X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=INSTALL.md;h=9c96bbe0f6e70f2902da7532a114cfa30025b2b9;hb=8b8ef592521e32d0e32581bf39c5d2a5cd445977;hp=dd4d9651a30b0eb48bd8c9627f8de13576a91fcd;hpb=e0512257a9750d42359111c659d9d50be809d89f;p=cascardo%2Fovs.git 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 ------