From: Peter Amstutz Date: Tue, 17 May 2022 21:24:44 +0000 (-0400) Subject: Merge branch '19070-cwl-test-fixing' refs #19070 X-Git-Tag: 2.5.0~168 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1ef0acd580ddf41ed67f34152eadad0e60413008?hp=a654a04cc89e3920a84fe2979f910fe210972303 Merge branch '19070-cwl-test-fixing' refs #19070 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 6268266ddd..354d6f0e56 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -83,6 +83,12 @@ fi arvbox start $config $tag +# Copy the integration test suite from our local arvados clone instead +# of using the one inside the container, so we can make changes to the +# integration tests without necessarily having to rebuilding the +# container image. +docker cp -L $(readlink -f $(dirname $0)/tests) $ARVBOX_CONTAINER:/usr/src/arvados/sdk/cwl + arvbox pipe < /dev/null ; then arv-put --portable-data-hash testdir/* @@ -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 python) | head -n1) 2>/dev/null) +python=$(((ls /usr/share/python3*/dist/python3-arvados-cwl-runner/bin/python || echo python3) | head -n1) 2>/dev/null) # Test for #18888 # This is a standalone test because the bug was observed with this