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
This commit is contained in:
msvensson@neptunus.(none)
2006-08-01 11:35:37 +02:00
parent e9b624df99
commit 111513f09f

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