From 603cad6467e3d186c19e0b7092efb7cd716007d0 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 22 Mar 2022 14:37:43 -0400 Subject: [PATCH] test_with_arvbox pass through -j3 refs #18899 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/test_with_arvbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index e43be6a61f..d38414fc81 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 -- 2.30.2