Convert spaces to tabs in capture_step_snapshot().

(Maybe this will make the XP buildbot happy so test.sh succeeds again?)

svn path=/trunk/; revision=47969
This commit is contained in:
Chris Maynard 2013-03-01 06:20:41 +00:00
parent ffeae7cfbf
commit 53893a8a75
1 changed files with 5 additions and 5 deletions

View File

@ -220,7 +220,7 @@ capture_step_stdin() {
test_step_failed "Exit status of $DUT: $RETURNVALUE"
return
fi
if [ -n "$CONSOLE_LOG_ARGS" ] ; then
grep "Wireshark is up and ready to go" ./testout.txt > /dev/null 2>&1
if [ $? -ne 0 ]; then
@ -354,10 +354,10 @@ capture_step_read_filter() {
# capture with a snapshot length
capture_step_snapshot() {
if [ $SKIP_CAPTURE -ne 0 ] ; then
test_step_skipped
return
fi
if [ $SKIP_CAPTURE -ne 0 ] ; then
test_step_skipped
return
fi
traffic_gen_ping