Re: [PATCH 1/2] tests: let --stress-limit= imply --stress

2019-03-03 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > From: Johannes Schindelin > > It does not make much sense that running a test with > --stress-limit= seemingly ignores that option because it does not > stress test at all. > > Signed-off-by: Johannes Schindelin > --- > t/test-lib.sh | 1 + > 1

[PATCH 1/2] tests: let --stress-limit= imply --stress

2019-03-02 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin It does not make much sense that running a test with --stress-limit= seemingly ignores that option because it does not stress test at all. Signed-off-by: Johannes Schindelin --- t/test-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/test-lib.sh b/t/test-l