From: Ward Vandewege Date: Wed, 4 Oct 2017 00:39:07 +0000 (-0400) Subject: Run cwl conformance tests with the containers api. X-Git-Tag: 1.1.0~15^2~6 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/b435e2b5277a6c3d2e472238efbe6dbd81e8b7d1 Run cwl conformance tests with the containers api. refs #12355 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 53a0f947b9..f924adbbd6 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -102,7 +102,7 @@ EOF2 chmod +x /tmp/cwltest/arv-cwl-containers env -exec ./run_test.sh EXTRA=--compute-checksum $@ +exec ./run_test.sh RUNNER=/tmp/cwltest/arv-cwl-containers EXTRA=--compute-checksum $@ EOF CODE=$?