aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master
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-mgw-master
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-mgw-master')
-rw-r--r--osmo-mgw-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-mgw-master/Makefile b/osmo-mgw-master/Makefile
index dc9b67b..8ce072e 100644
--- a/osmo-mgw-master/Makefile
+++ b/osmo-mgw-master/Makefile
@@ -1,3 +1,3 @@
-RUN_ARGS?=--rm --network sigtran --ip 172.18.0.180 -v mgw-vol:/data
+RUN_ARGS?=-it --rm --network sigtran --ip 172.18.0.180 -v mgw-vol:/data
include ../make/Makefile