From b435e2b5277a6c3d2e472238efbe6dbd81e8b7d1 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 3 Oct 2017 20:39:07 -0400 Subject: [PATCH] Run cwl conformance tests with the containers api. refs #12355 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- 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 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=$? -- 2.30.2