[ARVADOS] updated: 1.3.0-1103-gb4129be83
Git user
git at public.curoverse.com
Mon Jun 17 14:54:37 UTC 2019
Summary of changes:
tools/arvbox/bin/arvbox | 6 ++++++
1 file changed, 6 insertions(+)
via b4129be83cac113535e49ee0d76a9cbcb4651928 (commit)
from 8b9fef1bf288427d6581a229c2663a96915501b2 (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 b4129be83cac113535e49ee0d76a9cbcb4651928
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Jun 17 10:53:56 2019 -0400
"arvbox run test" is --interactive if not run with any other arguments.
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox
index 3e829522a..efcad7f44 100755
--- a/tools/arvbox/bin/arvbox
+++ b/tools/arvbox/bin/arvbox
@@ -275,6 +275,11 @@ run() {
/var/lib/arvbox/service/api/run-service --only-setup
fi
+ interactive=""
+ if [[ -z "$@" ]] ; then
+ interactive=--interactive
+ fi
+
docker exec -ti \
-e LINES=$(tput lines) \
-e COLUMNS=$(tput cols) \
@@ -285,6 +290,7 @@ run() {
/usr/local/lib/arvbox/runsu.sh \
/usr/src/arvados/build/run-tests.sh \
--temp /var/lib/arvados/test \
+ $interactive \
"$@"
elif [[ "$CONFIG" = devenv ]] ; then
if [[ $need_setup = 1 ]] ; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list