Merge branch 'main' of git.arvados.org:arvados into 21221-groups-panel-member-count
[arvados.git] / sdk / cwl / tests / arvados-tests.sh
index b1a183746676dd7dd4971c0f0f8b73ebbca051d3..0cf43405ec0fd09523110be2cee861b26df28ec8 100755 (executable)
@@ -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
@@ -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