not running tests in verbose mode

This commit is contained in:
Diptanu Choudhury 2016-08-11 23:14:36 -07:00
parent dd7e69006e
commit 91920f7863

View file

@ -15,4 +15,4 @@ go list ./... | grep -v '^github.com/hashicorp/nomad/vendor/' | \
sudo \
-E PATH=$TEMPDIR:$PATH \
-E GOPATH=$GOPATH \
xargs $GOBIN test -v ${GOTEST_FLAGS:--cover -timeout=900s}
xargs $GOBIN test ${GOTEST_FLAGS:--cover -timeout=900s}