From 9e812db94eb1bf0e7bb299273b18f12280dd1bae Mon Sep 17 00:00:00 2001 From: Ivo Verberk Date: Sun, 5 Jun 2016 13:22:58 +0200 Subject: [PATCH] Scope to one test --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 5c35ed61a..48167d90c 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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$