Commit 938d3056 authored by unknown's avatar unknown
Browse files

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 8b3ef8c1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -812,6 +812,13 @@ sub command_line_setup () {
    $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
  if ( $opt_valgrind or $opt_valgrind_path or defined $opt_valgrind_options)
  {