X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/080c940d7a8134a6e277a53b7e45eb27e2b2c87f..5b5db7dd2d3b4fc755b0858cd783c462fb81c5cd:/sdk/cwl/tests/arvados-tests.sh diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh index 4869e3e524..7727ebfa04 100755 --- a/sdk/cwl/tests/arvados-tests.sh +++ b/sdk/cwl/tests/arvados-tests.sh @@ -12,4 +12,8 @@ fi if ! arv-get 4d8a70b1e63b2aad6984e40e338e2373+69 > /dev/null ; then arv-put --portable-data-hash secondaryFiles/hello.txt* fi -exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum +if ! arv-get 20850f01122e860fb878758ac1320877+71 > /dev/null ; then + arv-put --portable-data-hash samples/sample1_S01_R1_001.fastq.gz +fi + +exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum --api=containers