Skip to content

Commit d285391

Browse files
committed
clean up output of maxspeed test refs appneta#453
1 parent d1207bd commit d285391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ replay_maxsleep:
554554
$(PRINTF) "%s" "[tcpreplay] Maximum sleep test: "
555555
$(PRINTF) "%s\n" "*** [tcpreplay] Maximum sleep test: " >>test.log
556556
$(TCPREPLAY) $(ENABLE_DEBUG) -i $(nic1) --maxsleep=20 test.pcap test.pcap >>test.log 2>&1
557-
if [ $? ] ; then $(PRINTF) "\t\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t\t%s\n" "OK"; fi
557+
if [ $? ] ; then $(PRINTF) "\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t%s\n" "OK"; fi
558558

559559
clean:
560560
rm -f *1 test.log core* *~ primary.data secondary.data

0 commit comments

Comments
 (0)