aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-pcu-test
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 /ttcn3-pcu-test
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 'ttcn3-pcu-test')
-rw-r--r--ttcn3-pcu-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-pcu-test/Makefile b/ttcn3-pcu-test/Makefile
index b172280..a207496 100644
--- a/ttcn3-pcu-test/Makefile
+++ b/ttcn3-pcu-test/Makefile
@@ -1,3 +1,3 @@
-RUN_ARGS?=--sysctl net.ipv6.conf.all.disable_ipv6=0 --rm --network sigtran --ip 172.18.1.202 -v pcu-test-vol:/data
+RUN_ARGS?=-it --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.1.202 -v pcu-test-vol:/data
include ../make/Makefile