From: Nico Cesar Date: Tue, 8 Dec 2020 21:44:37 +0000 (-0500) Subject: added 'shell' to arvbox X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/2cae3cc1f425548259316425eaa80bdff305801e added 'shell' to arvbox Arvados-DCO-1.1-Signed-off-by: Nico Cesar --- diff --git a/build/run-tests.sh b/build/run-tests.sh index 595f721080..aedae37c73 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -1225,6 +1225,9 @@ else "reset") stop_services ;; + "shell") + /bin/bash + ;; "test" | "install") case "$target" in "")