[ARVADOS] updated: 2.1.0-2537-g1457aaa7f
Git user
git at public.arvados.org
Thu May 19 20:14:20 UTC 2022
Summary of changes:
sdk/cwl/tests/arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1457aaa7f0edfdb4c4cc7ff0bc42162fc9beede2 (commit)
from 14d8cfa18f28586ad296e3e598d0a2a536be0613 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1457aaa7f0edfdb4c4cc7ff0bc42162fc9beede2
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu May 19 16:13:57 2022 -0400
Fix integration test refs #17004
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh
index b1a183746..9d6646e87 100755
--- a/sdk/cwl/tests/arvados-tests.sh
+++ b/sdk/cwl/tests/arvados-tests.sh
@@ -38,7 +38,7 @@ $python test_copy_deps.py
# Test for #17004
# Checks that the final output collection has the expected properties.
-python test_set_output_prop.py
+$python test_set_output_prop.py
# Run integration tests
exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum --api=containers
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list