We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1207bd commit d285391Copy full SHA for d285391
test/Makefile.am
@@ -554,7 +554,7 @@ replay_maxsleep:
554
$(PRINTF) "%s" "[tcpreplay] Maximum sleep test: "
555
$(PRINTF) "%s\n" "*** [tcpreplay] Maximum sleep test: " >>test.log
556
$(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
+ if [ $? ] ; then $(PRINTF) "\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t%s\n" "OK"; fi
558
559
clean:
560
rm -f *1 test.log core* *~ primary.data secondary.data
0 commit comments