X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/77d9c05d89dabc9e9e9a15f46cd12c8ad61ed64e..caf56e922b9caaa9a65332dc6bf3a36bd8fea48f:/sdk/cwl/tests/arvados-tests.sh diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh index 2c03812ed3..d3c1e90637 100755 --- a/sdk/cwl/tests/arvados-tests.sh +++ b/sdk/cwl/tests/arvados-tests.sh @@ -1,5 +1,12 @@ #!/bin/sh +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + if ! arv-get d7514270f356df848477718d58308cc4+94 > /dev/null ; then - arv-put --portable-data-hash testdir + arv-put --portable-data-hash testdir/* fi -exec cwltest --test arvados-tests.yml --tool $PWD/runner.sh $@ +if ! arv-get f225e6259bdd63bc7240599648dde9f1+97 > /dev/null ; then + arv-put --portable-data-hash hg19/* +fi +exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum