From c05dc4cdc80d754a284e93478e643fd38dec123f Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 29 Dec 2014 16:37:55 -0500 Subject: [PATCH] Fix go test args. No issue # --- jenkins/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index e437a21262..23e89c0f8e 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -313,7 +313,7 @@ do_test() { timer_reset if [[ "$2" == "go" ]] then - go test "${testargs[$1]}" "git.curoverse.com/arvados.git/$1" + go test ${testargs[$1]} "git.curoverse.com/arvados.git/$1" elif [[ "$2" == "pip" ]] then # Other test suites can depend on tests_require -- 2.30.2