diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-06-22 16:29:02 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-06-22 16:29:02 +0200 |
commit | 14f02eb4aa0196de4694feadfc65ca3c72e03ee2 (patch) | |
tree | cbf80e830dda1eb8bb96cefe4eee1d5631cccaa0 /mysql-test/mysql-test-run.pl | |
parent | 91928dc3aa4e264bd8ca59fc55e4f65e445437ff (diff) | |
download | mariadb-git-14f02eb4aa0196de4694feadfc65ca3c72e03ee2.tar.gz |
Bug #45532 MTR displays wrong option name 'print_testcases' in usage text
Fix the name....
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4e89fd899ce..e6e8a77f3ed 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -5113,7 +5113,7 @@ Options to control what test suites or cases to run skip-rpl Skip the replication test cases. big-test Also run tests marked as "big" enable-disabled Run also tests marked as disabled - print_testcases Don't run the tests but print details about all the + print-testcases Don't run the tests but print details about all the selected tests, in the order they would be run. Options that specify ports |