aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-18 06:18:51 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-08-19 14:19:30 +0000
commit802187fb61f2e717d5d9dcc0582e7d52d410f7d9 (patch)
treef06a59e2a8d867b7bc1a3aa3562d80bf9a975a9e
parentdfec9185786a74501b0903fb54754ca27beb2859 (diff)
disable tcpdump
-rwxr-xr-xttcn3-tcpdump-start.sh2
-rwxr-xr-xttcn3-tcpdump-stop.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh
index 3ad14c0a..d4aa058e 100755
--- a/ttcn3-tcpdump-start.sh
+++ b/ttcn3-tcpdump-start.sh
@@ -20,6 +20,8 @@ kill_rm_pidfile() {
echo "------ $TESTCASE ------"
date
+exit 0
+
if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
TTCN3_PCAP_PATH=/tmp
fi
diff --git a/ttcn3-tcpdump-stop.sh b/ttcn3-tcpdump-stop.sh
index b2a3a3e3..2df1286f 100755
--- a/ttcn3-tcpdump-stop.sh
+++ b/ttcn3-tcpdump-stop.sh
@@ -28,6 +28,8 @@ else
fi
echo
+exit 0
+
if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
TTCN3_PCAP_PATH=/tmp
fi