[ARVADOS-DEV] updated: 5ab76d533d0189c66d68220229b7453e33fbf4b7

git at public.curoverse.com git at public.curoverse.com
Fri Nov 21 11:56:11 EST 2014


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

       via  5ab76d533d0189c66d68220229b7453e33fbf4b7 (commit)
      from  ed9e8d8616e919f81703134a7d5cbac62f151877 (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 5ab76d533d0189c66d68220229b7453e33fbf4b7
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Nov 21 11:56:14 2014 -0500

    4400: Fix syntax error.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 816fe83..f5bef8c 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -390,7 +390,7 @@ do_test cli
 
 test_apiserver() {
     cd "$WORKSPACE/services/api"
-    HOME="$GEMHOME" bundle exec rake test $testargs[apiserver]
+    HOME="$GEMHOME" bundle exec rake test ${testargs[apiserver]}
 }
 do_test apiserver
 
@@ -409,7 +409,7 @@ done
 test_workbench() {
     cd "$WORKSPACE/apps/workbench" \
         && HOME="$GEMHOME" bundle install --no-deployment \
-        && HOME="$GEMHOME" bundle exec rake test $testargs[workbench]
+        && HOME="$GEMHOME" bundle exec rake test ${testargs[workbench]}
 }
 do_test workbench
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list