Revert "not running tests in verbose mode"

This reverts commit 3847bbd7559a1b9d2624fe6d2f7030ac66bbc7fa.
This commit is contained in:
Diptanu Choudhury 2016-08-12 11:44:42 -07:00
parent f3420c65e3
commit bc2ce376a2

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 ${GOTEST_FLAGS:--cover -timeout=900s}
xargs $GOBIN test -v ${GOTEST_FLAGS:--cover -timeout=900s}