From 53893a8a752942be1b01a083e4abab1d8f2f971b Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Fri, 1 Mar 2013 06:20:41 +0000 Subject: 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 --- test/suite-capture.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/suite-capture.sh') diff --git a/test/suite-capture.sh b/test/suite-capture.sh index a264d40006..a3bfc0dc5f 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -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 -- cgit v1.2.3