We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b999265 commit 556f04dCopy full SHA for 556f04d
tests/runtestcase
@@ -390,7 +390,7 @@ verify_db_at_finish() {
390
}
391
392
exit_if_above_max_test_failures () {
393
- MAX_TEST_FAILURES=${MAX_TEST_FAILURES:-10} # stop running if more that this number of failures in test.log
+ MAX_TEST_FAILURES=${MAX_TEST_FAILURES:-300} # stop running if more that this number of failures in test.log
394
F=`grep failed ${TESTDIR}/test.log | wc -l`
395
if [ "$F" -ge "$MAX_TEST_FAILURES" ] ; then
396
echo "$TESTCASE: Max number of allowed test failures ($MAX_TEST_FAILURES) reached" >> ${TESTDIR}/test.log
0 commit comments