From ac247bb7389cff2c604c2719a4fa16aff10ba2bc Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Thu, 26 May 2016 23:49:12 -0500 Subject: [PATCH] [Test suite] Adds --rerun-failed description to help output --- test/test-fwknop.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 816defcb..55ac73e6 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -8642,6 +8642,15 @@ sub usage() { option (enabled because of gpgme). --enable-valgrind-gen-suppressions - Generate valgrind suppressions for any valgrind error discoveries. + --rerun-failed - Repeats the last test run, but only runs + the failed tests. This command does not + reset the coverage statistics. A useful + tactic is to couple this flag with + the faketime command in order to allow + tests with timing problems to pass on + slower systems. Suggested command would be + \"sudo faketime -f \'+0 x0.25\' + ./test-fwknop.pl --rerun-failed\" --cmd-verbose= - Set the verbosity level of executed fwknop commands, default is: $verbose_str