Remove tracing.

svn path=/trunk/; revision=37838
This commit is contained in:
Gerald Combs 2011-06-30 00:24:05 +00:00
parent 2d306873c9
commit 3cb77978f6
1 changed files with 0 additions and 2 deletions

View File

@ -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"