From 765d0793106c41f5810da483b7cf36a9c8a895a0 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 14 Mar 2024 10:58:47 -0400 Subject: [PATCH] 21123: Add comment re arv-mount dependency. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- build/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/run-tests.sh b/build/run-tests.sh index 9ed3d32ae2..55615a2985 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -1058,6 +1058,8 @@ install_deps() { do_install sdk/ruby-google-api-client do_install sdk/ruby do_install services/api + # lib/controller integration tests depend on arv-mount to run + # containers. do_install services/fuse pip "${VENV3DIR}/bin/" do_install services/keepproxy go do_install services/keep-web go -- 2.39.5