#At file:///home/msvensson/mysql/5.1-rpl/
2676 Magnus Svensson 2008-09-05
Bug#32052 Small inconsistency with the big_test and ndb_extra test options
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2008-09-05 14:22:02 +0000
+++ b/mysql-test/mysql-test-run.pl 2008-09-05 15:37:55 +0000
@@ -3682,7 +3682,7 @@ sub mysqld_start ($$) {
}
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" .
"exe: $exe\n" .
"args: " . join(" ", @$args) . "\n\n" .
@@ -4599,8 +4599,7 @@ Options to control what test suites or c
list of suite names.
The default is: "$DEFAULT_SUITES"
skip-rpl Skip the replication test cases.
- big-test Set the environment variable BIG_TEST, which can be
- checked from test cases.
+ big-test Also run tests marked as "big"
Options that specify ports
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (msvensson:2676) Bug#32052 | Magnus Svensson | 5 Sep |