diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-03-11 08:20:44 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-03-11 08:20:44 +0100 |
commit | bc4d3646e5161475476207c590917bf9a0cf68bd (patch) | |
tree | 87aaf0dec3abf69c3933b28c99e6093b936e0611 /mysql-test | |
parent | 27c7181d98b4108e3f21f52cd4998a61e816426c (diff) | |
download | mariadb-git-bc4d3646e5161475476207c590917bf9a0cf68bd.tar.gz |
Temporarily turn on verbose on windows
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |