[ARVADOS-DEV] updated: ac72156ab86f90457a2907620cb2df5733c57184

git at public.curoverse.com git at public.curoverse.com
Thu Sep 4 17:11:12 EDT 2014


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

       via  ac72156ab86f90457a2907620cb2df5733c57184 (commit)
      from  7c797619a3bf856a5f3cee92fb40722c6e771336 (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 ac72156ab86f90457a2907620cb2df5733c57184
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Sep 4 17:11:09 2014 -0400

    Fix environment variable setting on command line.  no issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index b93aa92..b79adfb 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -103,7 +103,7 @@ do
             leave_temp=1
             ;;
         *=*)
-            eval $(echo $arg | cut -d= -f1)=\"$(echo $arg | cut -d= -f2)\"
+            eval $(echo $arg | cut -d= -f1)=\"$(echo $arg | cut -d= -f2-)\"
             ;;
         *)
             echo >&2 "$0: Unrecognized option: '$arg'"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list