X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0bb92232b7fbfc5ccf5fcbe131d89ce15a88cf02..bcad695db9a1c3aac5807faa153086e653107f51:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 3b29d39c50..354d6f0e56 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -12,6 +12,7 @@ fi reset_container=1 leave_running=0 config=dev +devcwl=0 tag="latest" pythoncmd=python3 suite=conformance @@ -40,6 +41,10 @@ while test -n "$1" ; do build=1 shift ;; + --devcwl) + devcwl=1 + shift + ;; --pythoncmd) pythoncmd=$2 shift ; shift @@ -78,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 </tmp/cwltest/arv-cwl-jobs </tmp/cwltest/arv-cwl-containers <