From: Peter Amstutz Date: Tue, 17 May 2022 20:01:16 +0000 (-0400) Subject: 19070: make some notes about why the script does things X-Git-Tag: 2.5.0~168^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1849c576e1bad5e28b577bbd25994265dde03b5f 19070: make some notes about why the script does things 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 0a64fe97a9..354d6f0e56 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -83,6 +83,10 @@ 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 <