[ARVADOS] updated: e11ee6c48ee1ee0e02c48b739ca6989d9e9b2ae9

Git user git at public.curoverse.com
Fri Mar 4 11:23:10 EST 2016


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

       via  e11ee6c48ee1ee0e02c48b739ca6989d9e9b2ae9 (commit)
      from  4bd414c0d951a5efc0927ef467f193b3e406a927 (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 e11ee6c48ee1ee0e02c48b739ca6989d9e9b2ae9
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Mar 4 11:23:02 2016 -0500

    CWL test select config, refs #8558

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 0fda2b8..aef2700 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -6,17 +6,22 @@ fi
 
 reset_container=1
 leave_running=0
+config=dev
 
 while test -n "$1" ; do
     arg="$1"
     case "$arg" in
         --no-reset-container)
             reset_container=0
-            shift;
+            shift
             ;;
         --leave-running)
             leave_running=1
-            shift;
+            shift
+            ;;
+        --config)
+            config=$2
+            shift ; shift
             ;;
         -*)
             break
@@ -30,10 +35,9 @@ fi
 
 if test $reset_container = 1 ; then
     arvbox reset -f
-    arvbox build dev
 fi
 
-arvbox start dev
+arvbox start $config
 
 arvbox pipe <<EOF
 set -eu -o pipefail

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list