[ARVADOS] updated: d5a21b4c6198d861a09ebeefec02bf78395f2e4e
Git user
git at public.curoverse.com
Mon Apr 11 16:23:11 EDT 2016
Summary of changes:
sdk/cwl/test_with_arvbox.sh | 4 ++++
1 file changed, 4 insertions(+)
via d5a21b4c6198d861a09ebeefec02bf78395f2e4e (commit)
from a8a65836a931811e869a3abba2244cc529ef2dd6 (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 d5a21b4c6198d861a09ebeefec02bf78395f2e4e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Apr 11 16:22:17 2016 -0400
Add --help to test_with_arvbox.sh, no issue #
diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index bc0289e..bee1938 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -23,6 +23,10 @@ while test -n "$1" ; do
config=$2
shift ; shift
;;
+ -h|--help)
+ echo "$0 [--no-reset-container] [--leave-running] [--config dev|localdemo]"
+ exit
+ ;;
-*)
break
;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list