not running tests in verbose mode

This commit is contained in:
Diptanu Choudhury
2016-08-11 23:14:36 -07:00
parent 938d512f49
commit 3847bbd755

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}