summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-24 15:42:24 -0800
committerBen Pfaff <blp@ovn.org>2016-02-24 15:46:09 -0800
commit0d3f215202191016792b9c7c37d6a6b7e2d57234 (patch)
tree3c253601c8499dccc2db3ae7b040cca4a1fb6db0 /INSTALL.md
parentdb6e138362b805e87e2d99853e2771b8d9d7953d (diff)
downloadopenvswitch-0d3f215202191016792b9c7c37d6a6b7e2d57234.tar.gz
tests: Add ability to automatically rerun failed tests.
A lot of packaging was doing this already, so this simplifies their implementation. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Andy Zhou <azhou@ovn.org>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dd4d9651a..9c96bbe0f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -525,7 +525,10 @@ valgrind results are easier to interpret if you put "-q" in
Sometimes a few tests may fail on some runs but not others. This is
usually a bug in the testsuite, not a bug in Open vSwitch itself. If
you find that a test fails intermittently, please report it, since the
-developers may not have noticed.
+developers may not have noticed. You can make the testsuite
+automatically rerun tests that fail, by adding RECHECK=yes to the
+"make" command line, e.g.:
+ `make check TESTSUITEFLAGS=-j8 RECHECK=yes`
OFTest
------