[ARVADOS-DEV] updated: c05dc4cdc80d754a284e93478e643fd38dec123f

git at public.curoverse.com git at public.curoverse.com
Mon Dec 29 16:37:33 EST 2014


Summary of changes:
 jenkins/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c05dc4cdc80d754a284e93478e643fd38dec123f (commit)
      from  7efe1eb66d31585bd6cd4a52ef0d12e0bdd91a88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c05dc4cdc80d754a284e93478e643fd38dec123f
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Dec 29 16:37:55 2014 -0500

    Fix go test args. No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index e437a21..23e89c0 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list