From: Peter Amstutz Date: Thu, 19 May 2022 20:13:57 +0000 (-0400) Subject: Fix integration test refs #17004 X-Git-Tag: 2.5.0~161 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1457aaa7f0edfdb4c4cc7ff0bc42162fc9beede2 Fix integration test refs #17004 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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