[ARVADOS] updated: 6b2ee0dd59e39307649b72940824ceafada35fac

Git user git at public.curoverse.com
Sun Aug 21 22:53:38 EDT 2016


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

       via  6b2ee0dd59e39307649b72940824ceafada35fac (commit)
      from  7daef1e224ee6fb8b03cd7b71773c5381c07324e (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 6b2ee0dd59e39307649b72940824ceafada35fac
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Sun Aug 21 22:53:32 2016 -0400

    Add --compute-checksum to sdk/cwl/test_with_arvbox.sh refs #9552

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 29109a4..3b16bbc 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -81,13 +81,13 @@ fi
 
 cat >/tmp/cwltest/arv-cwl-jobs <<EOF2
 #!/bin/sh
-exec arvados-cwl-runner --api=jobs \\\$@
+exec arvados-cwl-runner --api=jobs --compute-checksum \\\$@
 EOF2
 chmod +x /tmp/cwltest/arv-cwl-jobs
 
 cat >/tmp/cwltest/arv-cwl-containers <<EOF2
 #!/bin/sh
-exec arvados-cwl-runner --api=containers \\\$@
+exec arvados-cwl-runner --api=containers --compute-checksum \\\$@
 EOF2
 chmod +x /tmp/cwltest/arv-cwl-containers
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list