Remove examples/ directory from test scope (#147)

This commit is contained in:
C Cirello
2016-10-12 19:40:47 +02:00
committed by GitHub
parent 32f91e83ea
commit 15e76965a6

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
docker run -ti --privileged --rm -e LOG_LEVEL=debug -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD":/go/src/github.com/iron-io/functions -w /go/src/github.com/iron-io/functions iron/go:dev go test -v $(glide nv) docker run -ti --privileged --rm -e LOG_LEVEL=debug -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD":/go/src/github.com/iron-io/functions -w /go/src/github.com/iron-io/functions iron/go:dev go test -v $(glide nv | grep -v examples)