Commit 48966da6 authored by unknown's avatar unknown

Ignore --skip-im if specified on command line

Null merge to 5.0


mysql-test/mysql-test-run.pl:
  Ignore --skip-im if specified on command line
parent 30031bbf
...@@ -233,6 +233,7 @@ our $opt_result_ext; ...@@ -233,6 +233,7 @@ our $opt_result_ext;
our $opt_skip; our $opt_skip;
our $opt_skip_rpl; our $opt_skip_rpl;
our $opt_skip_im; # --skip-im on command line will just be ignored
our $opt_skip_test; our $opt_skip_test;
our $opt_sleep; our $opt_sleep;
...@@ -519,6 +520,7 @@ sub command_line_setup () { ...@@ -519,6 +520,7 @@ sub command_line_setup () {
'do-test=s' => \$opt_do_test, 'do-test=s' => \$opt_do_test,
'suite=s' => \$opt_suite, 'suite=s' => \$opt_suite,
'skip-rpl' => \$opt_skip_rpl, 'skip-rpl' => \$opt_skip_rpl,
'skip-im' => \$opt_skip_im,
'skip-test=s' => \$opt_skip_test, 'skip-test=s' => \$opt_skip_test,
# Specify ports # 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