[arvados] updated: 2.7.0-5828-g4179707fc1

git repository hosting git at public.arvados.org
Thu Jan 18 14:48:49 UTC 2024


Summary of changes:
 sdk/cwl/tests/arvados-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4179707fc19db62fd496b54283258cb89e08f78f (commit)
      from  352bc8e7263b020be295861cb6bde60203f681f7 (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 4179707fc19db62fd496b54283258cb89e08f78f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jan 17 15:28:20 2024 -0500

    21394: use /opt/arvados-py if present
    
    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 9d6646e875..8f0c44c553 100755
--- a/sdk/cwl/tests/arvados-tests.sh
+++ b/sdk/cwl/tests/arvados-tests.sh
@@ -24,7 +24,7 @@ if ! arv-get 20850f01122e860fb878758ac1320877+71 > /dev/null ; then
 fi
 
 # Use the python executor associated with the installed OS package, if present.
-python=$(((ls /usr/share/python3*/dist/python3-arvados-cwl-runner/bin/python || echo python3) | head -n1) 2>/dev/null)
+python=$(((ls /usr/share/python3*/dist/python3-arvados-cwl-runner/bin/python || ls /opt/arvados-py/bin/python || echo python3) | head -n1) 2>/dev/null)
 
 # Test for #18888
 # This is a standalone test because the bug was observed with this

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list