[ARVADOS-DEV] updated: d3f844f115bdcb6b349b9aad3d46e32dd4d18d33

git at public.curoverse.com git at public.curoverse.com
Wed Nov 12 14:58:16 EST 2014


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

       via  d3f844f115bdcb6b349b9aad3d46e32dd4d18d33 (commit)
      from  0536d6d65bc15cc4286bf26e21b893d94eb9f4a2 (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 d3f844f115bdcb6b349b9aad3d46e32dd4d18d33
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Nov 12 14:58:05 2014 -0500

    Export vars provided on command line, e.g., ARVADOS_DEBUG=1. No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index ec6f4b9..40a6daa 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -147,7 +147,7 @@ do
             leave_temp[GEMHOME]=1
             ;;
         *=*)
-            eval $(echo $arg | cut -d= -f1)=\"$(echo $arg | cut -d= -f2-)\"
+            eval export $(echo $arg | cut -d= -f1)=\"$(echo $arg | cut -d= -f2-)\"
             ;;
         *)
             echo >&2 "$0: Unrecognized option: '$arg'. Try: $0 --help"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list