diff options
author | Gerald Combs <gerald@wireshark.org> | 2011-06-30 00:24:05 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2011-06-30 00:24:05 +0000 |
commit | 3cb77978f6d1c52c175903cbef71c09f94e39dd7 (patch) | |
tree | 1a69591d74600a8885e4b116bd23e7a287dd32f9 /test | |
parent | 2d306873c99b7d2b774177a6b8840d4865c756e4 (diff) | |
download | wireshark-3cb77978f6d1c52c175903cbef71c09f94e39dd7.tar.gz wireshark-3cb77978f6d1c52c175903cbef71c09f94e39dd7.tar.bz2 wireshark-3cb77978f6d1c52c175903cbef71c09f94e39dd7.zip |
Remove tracing.
svn path=/trunk/; revision=37838
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-capture.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh index cfe7ca1d48..1a08b72c19 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -201,14 +201,12 @@ capture_step_fifo() { # capture packets via a fifo capture_step_stdin() { - set -x (cat $CAPFILE; sleep 1; tail -c +25 $CAPFILE) | \ $DUT -i - $TRAFFIC_CAPTURE_PROMISC \ -w ./testout.pcap \ -a duration:$TRAFFIC_CAPTURE_DURATION \ > ./testout.txt 2>&1 RETURNVALUE=$? - set +x if [ ! $RETURNVALUE -eq $EXIT_OK ]; then capture_test_output_print ./testout.txt test_step_failed "exit status of $DUT: $RETURNVALUE" |