19070: Still trying to fix test_with_arvbox
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 17 May 2022 18:45:28 +0000 (14:45 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 17 May 2022 18:45:28 +0000 (14:45 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/test_with_arvbox.sh

index 7159b2ddd8266f25a3efaa197e9abbc570c55e6e..33686df0d9a52afd912777aaf2dd20d573c5eabc 100755 (executable)
@@ -83,6 +83,8 @@ fi
 
 arvbox start $config $tag
 
 
 arvbox start $config $tag
 
+docker cp $(readlink -f $(dirname $0)/tests) $ARVBOX_CONTAINER:/usr/src/arvados/sdk/cwl/tests
+
 arvbox pipe <<EOF
 set -eu -o pipefail
 
 arvbox pipe <<EOF
 set -eu -o pipefail
 
@@ -170,7 +172,7 @@ elif [[ "$suite" = "conformance-v1.2" ]] ; then
 elif [[ "$suite" = "conformance-v1.1" ]] ; then
    exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N199 $@ -- \$EXTRA
 elif [[ "$suite" = "conformance-v1.0" ]] ; then
 elif [[ "$suite" = "conformance-v1.1" ]] ; then
    exec cwltest --tool arvados-cwl-runner --test conformance_tests.yaml -Sdocker_entrypoint,timelimit_invalid_wf -N199 $@ -- \$EXTRA
 elif [[ "$suite" = "conformance-v1.0" ]] ; then
-   exec cwltest --tool arvados-cwl-runner --test v1.0/conformance_test_v1.0.yaml -Sdocker_entrypoint,timelimit_invalid_wf $@ -- \$EXTRA
+   exec cwltest --tool arvados-cwl-runner --test v1.0/conformance_test_v1.0.yaml -Sdocker_entrypoint $@ -- \$EXTRA
 fi
 EOF
 
 fi
 EOF