From 1457aaa7f0edfdb4c4cc7ff0bc42162fc9beede2 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 19 May 2022 16:13:57 -0400 Subject: [PATCH] Fix integration test refs #17004 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/tests/arvados-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh index b1a1837466..9d6646e875 100755 --- a/sdk/cwl/tests/arvados-tests.sh +++ b/sdk/cwl/tests/arvados-tests.sh @@ -38,7 +38,7 @@ $python test_copy_deps.py # Test for #17004 # Checks that the final output collection has the expected properties. -python test_set_output_prop.py +$python test_set_output_prop.py # Run integration tests exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum --api=containers -- 2.30.2