Scope to one test

This commit is contained in:
Ivo Verberk
2016-06-05 13:22:58 +02:00
parent 9089105e16
commit 9e812db94e

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 -v
go list ./... | grep -v '/vendor/' | grep 'client/driver$' | sudo -E PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=600s -v -run TestDockerDriver_Start_LoadImage$