[ARVADOS] updated: 2.1.0-114-g2cae3cc1f

Git user git at public.arvados.org
Tue Dec 8 21:44:56 UTC 2020


Summary of changes:
 build/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

       via  2cae3cc1f425548259316425eaa80bdff305801e (commit)
      from  95b80af8065266f8116a9dded43c3c45fb01f991 (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 2cae3cc1f425548259316425eaa80bdff305801e
Author: Nico Cesar <nico at nicocesar.com>
Date:   Tue Dec 8 16:44:37 2020 -0500

    added 'shell' to arvbox
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 595f72108..aedae37c7 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
                     "")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list