disable tcpdump

Change-Id: I46116df68b2f8c9ca253a9285d0a571904521727
This commit is contained in:
Neels Hofmeyr 2018-06-18 06:18:51 +02:00
parent dfec918578
commit 802187fb61
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ kill_rm_pidfile() {
echo "------ $TESTCASE ------"
date
exit 0
if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
TTCN3_PCAP_PATH=/tmp
fi

View File

@ -28,6 +28,8 @@ else
fi
echo
exit 0
if [ "z$TTCN3_PCAP_PATH" = "z" ]; then
TTCN3_PCAP_PATH=/tmp
fi