From 81c23ec4edbb2b166bcb09427f97e048aad61e9a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Jun 2018 06:18:51 +0200 Subject: 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 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 30d331dd..aeafcd1d 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 -- cgit v1.2.3