[arvados-workbench2] updated: 2.7.0-172-g40df049f

git repository hosting git at public.arvados.org
Fri Oct 27 14:49:59 UTC 2023


Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  40df049fb776b8bfaea738d8b476f8e5c4748919 (commit)
      from  ed0c116ff4767049c4d1d24358a7a15df051f8c4 (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 40df049fb776b8bfaea738d8b476f8e5c4748919
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Oct 27 10:49:40 2023 -0400

    21118: Don't run in interactive mode
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/Makefile b/Makefile
index e8ac284d..bbdd4b37 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ unit-tests-in-docker: workbench2-build-image check-arvados-directory
 	docker run -ti -v$(PWD):/usr/src/workbench2 -v$(ARVADOS_DIRECTORY):/usr/src/arvados -w /usr/src/workbench2 -e ARVADOS_DIRECTORY=/usr/src/arvados workbench2-build make unit-tests
 
 tests-in-docker: workbench2-build-image check-arvados-directory
-	docker run -ti -v$(PWD):/usr/src/workbench2 -v$(ARVADOS_DIRECTORY):/usr/src/arvados -w /usr/src/workbench2 -e ARVADOS_DIRECTORY=/usr/src/arvados -e ci="${ci}" workbench2-build make test
+	docker run -t -v$(PWD):/usr/src/workbench2 -v$(ARVADOS_DIRECTORY):/usr/src/arvados -w /usr/src/workbench2 -e ARVADOS_DIRECTORY=/usr/src/arvados -e ci="${ci}" workbench2-build make test
 
 test: unit-tests integration-tests
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list