aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-gbproxy-latest
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-11 14:43:40 +0600
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-11 15:21:16 +0600
commit44393058f6ca14dbf42c717fe0fb7f5fd00af513 (patch)
tree780fc7a63bd092181dce8ab516508b2a793200b7 /osmo-gbproxy-latest
parent8e3b3ff43c721326451e357cc4fbb685138df79f (diff)
make/Makefile: allow overriding '-it' for target 'run'
Allocating a pseudo-TTY (-t, --tty) fails when 'run' is executed inside of a Jenkins or cron script. This change fixes ttcn3-bts-test, which invokes 'run' to fetch the config files. Change-Id: If22f682be4f004c5bb43e65098079a4f4fe6158d Fixes: If15461240f3037c142c176fc7da745a1701ae3f8
Diffstat (limited to 'osmo-gbproxy-latest')
-rw-r--r--osmo-gbproxy-latest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-gbproxy-latest/Makefile b/osmo-gbproxy-latest/Makefile
index 9e5fb05..ac24e7a 100644
--- a/osmo-gbproxy-latest/Makefile
+++ b/osmo-gbproxy-latest/Makefile
@@ -1,3 +1,3 @@
-RUN_ARGS?=--rm --network sigtran --ip 172.18.0.22 -v gbproxy-vol:/data
+RUN_ARGS?=-it --rm --network sigtran --ip 172.18.0.22 -v gbproxy-vol:/data
include ../make/Makefile