Commit 599498fc authored by Magnus Svensson's avatar Magnus Svensson

Bug#32052 Small inconsistency with the big_test and ndb_extra test options

parent ace34f07
...@@ -3682,7 +3682,7 @@ sub mysqld_start ($$) { ...@@ -3682,7 +3682,7 @@ sub mysqld_start ($$) {
} }
elsif ( $opt_manual_debug ) elsif ( $opt_manual_debug )
{ {
print "\nStart $mysqld->name() in your debugger\n" . print "\nStart " .$mysqld->name()." in your debugger\n" .
"dir: $glob_mysql_test_dir\n" . "dir: $glob_mysql_test_dir\n" .
"exe: $exe\n" . "exe: $exe\n" .
"args: " . join(" ", @$args) . "\n\n" . "args: " . join(" ", @$args) . "\n\n" .
...@@ -4599,8 +4599,7 @@ Options to control what test suites or cases to run ...@@ -4599,8 +4599,7 @@ Options to control what test suites or cases to run
list of suite names. list of suite names.
The default is: "$DEFAULT_SUITES" The default is: "$DEFAULT_SUITES"
skip-rpl Skip the replication test cases. skip-rpl Skip the replication test cases.
big-test Set the environment variable BIG_TEST, which can be big-test Also run tests marked as "big"
checked from test cases.
Options that specify ports Options that specify ports
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment