Commit 55252986 authored by unknown's avatar unknown

Bug#21367 IM tests do not recognize "win2003-amd64" as Windows

 - Disable Instance manager on Windows


mysql-test/mysql-test-run.pl:
  Disable Instance manager on Windows.
parent 343ea803
...@@ -812,6 +812,13 @@ sub command_line_setup () { ...@@ -812,6 +812,13 @@ sub command_line_setup () {
$opt_with_ndbcluster= 0; $opt_with_ndbcluster= 0;
} }
# Check IM arguments
if ( $glob_win32 )
{
mtr_report("Disable Instance manager - not supported on Windows");
opt_skip_im= 1;
}
# Check valgrind arguments # Check valgrind arguments
if ( $opt_valgrind or $opt_valgrind_path or defined $opt_valgrind_options) if ( $opt_valgrind or $opt_valgrind_path or defined $opt_valgrind_options)
{ {
......
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