X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bcad695db9a1c3aac5807faa153086e653107f51..37516bc14fdfe634c78764c15f3a8eb3a09b403c:/sdk/cwl/tests/arvados-tests.sh diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh index 7d27523d30..0cf43405ec 100755 --- a/sdk/cwl/tests/arvados-tests.sh +++ b/sdk/cwl/tests/arvados-tests.sh @@ -24,7 +24,7 @@ if ! arv-get 20850f01122e860fb878758ac1320877+71 > /dev/null ; then fi # Use the python executor associated with the installed OS package, if present. -python=$(((ls /usr/share/python3*/dist/python3-arvados-cwl-runner/bin/python || echo python3) | head -n1) 2>/dev/null) +python="$(PATH="/usr/lib/python3-arvados-cwl-runner/bin:/opt/arvados-py/bin:$PATH" command -v python3)" # Test for #18888 # This is a standalone test because the bug was observed with this @@ -36,5 +36,9 @@ arvados-cwl-runner 18888-download_def.cwl --scripts scripts/ # integration test to check for the expected behavior. $python test_copy_deps.py +# Test for #17004 +# Checks that the final output collection has the expected properties. +$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