test-lib: make '--stress' more bisect-friendly
[gitweb.git] / t / README
index 11ce7675e32e7042f0ae5ddee1b65a0f6516f175..3aed32124819fe9b5ce7bfec3b330f2ef7a15d3b 100644 (file)
--- a/t/README
+++ b/t/README
@@ -202,6 +202,11 @@ appropriately before running "make".
        '.stress-<nr>' suffix, and the trash directory of the failed
        test job is renamed to end with a '.stress-failed' suffix.
 
+--stress-limit=<N>::
+       When combined with --stress run the test script repeatedly
+       this many times in each of the parallel jobs or until one of
+       them fails, whichever comes first.
+
 You can also set the GIT_TEST_INSTALLED environment variable to
 the bindir of an existing git installation to test that installation.
 You still need to have built this git sandbox, from which various