summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Malyavin <nikitamalyavin@gmail.com>2019-06-13 16:15:52 +1000
committerNikita Malyavin <nikitamalyavin@gmail.com>2019-06-13 16:15:52 +1000
commitfc4aafff2b02bcbe64340a06f396b2b1ed701440 (patch)
tree41c7aff34537d58fb96f8a5e6a5a1267e8229cfc
parent06be8cd38faf6faa35e0166226e6e178ce2819d7 (diff)
downloadmariadb-git-nm/mtr-force-doc.tar.gz
mysql-test-run: mention --force in --max-test-fail descriptionnm/mtr-force-doc
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 9f1414d8d8b..edfc5591be0 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -6155,7 +6155,7 @@ Options for debugging the product
$opt_max_save_datadir, set to 0 for no limit. Set
it's default with MTR_MAX_SAVE_DATADIR
max-test-fail Limit the number of test failures before aborting
- the current test run. Defaults to
+ the current test run. Requires --force. Defaults to
$opt_max_test_fail, set to 0 for no limit. Set
it's default with MTR_MAX_TEST_FAIL
core-in-failure Generate a core even if run server is run with valgrind