Remove tracing.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Jun 2011 00:24:05 +0000 (00:24 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 30 Jun 2011 00:24:05 +0000 (00:24 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37838 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index cfe7ca1d481ca908b83654bdd6a91f22be27a596..1a08b72c19d6f83b5673a54c898dab4e0c140450 100755 (executable)
@@ -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"