summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-02-13 18:18:42 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-02-13 18:18:42 -0800
commitfeb9a9b202c12289150de45473846f4272aac1bd (patch)
tree1d320a306783104f678ec9993dbbf6dbdf1fd29e /t/README
parentMerge branch 'kd/t0028-octal-del-is-377-not-777' (diff)
parenttest-lib: fix non-portable pattern bracket expressions (diff)
downloadtgif-feb9a9b202c12289150de45473846f4272aac1bd.tar.xz
Merge branch 'sg/stress-test'
Test improvement. * sg/stress-test: test-lib: fix non-portable pattern bracket expressions test-lib: make '--stress' more bisect-friendly
Diffstat (limited to 't/README')
-rw-r--r--t/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/README b/t/README
index 1326fd7505..886bbec5bc 100644
--- a/t/README
+++ b/t/README
@@ -211,6 +211,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