Scope the test

This commit is contained in:
Ivo Verberk
2016-06-05 12:04:12 +02:00
parent c7726ff5d6
commit 7d018ef1be

View File

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