added 'shell' to arvbox
authorNico Cesar <nico@nicocesar.com>
Tue, 8 Dec 2020 21:44:37 +0000 (16:44 -0500)
committerNico Cesar <nico@nicocesar.com>
Tue, 8 Dec 2020 21:44:37 +0000 (16:44 -0500)
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>

build/run-tests.sh

index 595f721080e99bfc689741a0144770f39236d2cc..aedae37c7323c9e72727f596aef972e73e561617 100755 (executable)
@@ -1225,6 +1225,9 @@ else
             "reset")
                 stop_services
                 ;;
+            "shell")
+                /bin/bash
+                ;;
             "test" | "install")
                 case "$target" in
                     "")