From 938d305627ebf4c76e89acf69fef1a87e0a30aff Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Aug 2006 11:35:37 +0200 Subject: [PATCH] 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. --- mysql-test/mysql-test-run.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 95ce5dc1bb2..d8ab940fdca 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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) {