Commit bc4d3646 authored by unknown's avatar unknown

Temporarily turn on verbose on windows

parent 27c7181d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment