[ARVADOS] updated: 2.1.0-2146-g603cad646

Git user git at public.arvados.org
Tue Mar 22 18:38:41 UTC 2022


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

       via  603cad6467e3d186c19e0b7092efb7cd716007d0 (commit)
      from  2bc9a2668d7be9c55243ec0f5011ff3c6fa91837 (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 603cad6467e3d186c19e0b7092efb7cd716007d0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Mar 22 14:37:43 2022 -0400

    test_with_arvbox pass through -j3  refs #18899
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index e43be6a61..d38414fc8 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -166,7 +166,7 @@ if [[ "$suite" = "integration" ]] ; then
    cd /usr/src/arvados/sdk/cwl/tests
    exec ./arvados-tests.sh $@
 elif [[ "$suite" = "conformance-v1.2" ]] ; then
-   exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -N307 -- \$EXTRA
+   exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -N307 $@ -- \$EXTRA
 else
    exec ./run_test.sh RUNNER=arvados-cwl-runner EXTRA="\$EXTRA" $@
 fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list