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:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user