1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
unknown
2006-08-01 11:35:37 +02:00
parent 8b3ef8c11c
commit 938d305627

View File

@ -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)
{