From bc4d3646e5161475476207c590917bf9a0cf68bd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 Mar 2008 08:20:44 +0100 Subject: [PATCH] Temporarily turn on verbose on windows --- mysql-test/mysql-test-run.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index c05febeda65..aa3f790f333 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -87,6 +87,7 @@ my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb"; our $opt_suites= $DEFAULT_SUITES; our $opt_verbose= 0; # Verbose output, enable with --verbose +$opt_verbose= 1 if IS_WINDOWS; our $opt_verbose_restart= 0; # Verbose output for restarts my $exe_mysqld;