diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-10-18 10:08:07 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-10-18 10:08:07 +0200 |
commit | cf7afa11640cd09f24dd54f5a8b4be9d66f59da2 (patch) | |
tree | d84d583064aeef675b4cebfdc39150e957415d17 /mysql-test/mysql-test-run.pl | |
parent | cecb2ce97bed24341189edee0619528264114f8f (diff) | |
parent | 4def52165d3724080793a752f244e56aea3aecc0 (diff) | |
download | mariadb-git-cf7afa11640cd09f24dd54f5a8b4be9d66f59da2.tar.gz |
merge from next-mr
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index c30fb8ce2de..5b58d2e6733 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -818,7 +818,6 @@ sub command_line_setup { 'combination=s' => \@opt_combinations, 'skip-combinations' => \&collect_option, 'experimental=s' => \$opt_experimental, - 'skip-im' => \&ignore_option, # Specify ports 'build-thread|mtr-build-thread=i' => \$opt_build_thread, |