From 802187fb61f2e717d5d9dcc0582e7d52d410f7d9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Jun 2018 06:18:51 +0200 Subject: [PATCH] disable tcpdump Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727 --- ttcn3-tcpdump-start.sh | 2 ++ ttcn3-tcpdump-stop.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ttcn3-tcpdump-start.sh b/ttcn3-tcpdump-start.sh index 3ad14c0ae..d4aa058ef 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 b2a3a3e3a..2df1286fc 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