Add verbosity flag

This commit is contained in:
Ivo Verberk 2016-06-05 13:11:19 +02:00
parent 6a5e46a152
commit a57683171f
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1
# Run the tests
echo "--> Running tests"
go list ./... | grep -v '/vendor/' | grep 'client/driver$' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=600s
go list ./... | grep -v '/vendor/' | grep 'client/driver$' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=600s -v