test_with_arvbox pass through -j3 refs #18899
[arvados.git] / sdk / cwl / test_with_arvbox.sh
index e43be6a61f6730ae59f58d2b53e333f3f4809529..d38414fc811d433acb5751613c9974f1bbc0b0c5 100755 (executable)
@@ -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