diff options
author | 2019-02-13 18:18:42 -0800 | |
---|---|---|
committer | 2019-02-13 18:18:42 -0800 | |
commit | feb9a9b202c12289150de45473846f4272aac1bd (patch) | |
tree | 1d320a306783104f678ec9993dbbf6dbdf1fd29e /t/README | |
parent | Merge branch 'kd/t0028-octal-del-is-377-not-777' (diff) | |
parent | test-lib: fix non-portable pattern bracket expressions (diff) | |
download | tgif-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/README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |