Commit 6dc9b2ab authored by Magnus Svensson's avatar Magnus Svensson
Browse files

mtr - temporarily turn on verbose

parent 53bf8647
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb";
my $opt_suites;

our $opt_verbose= 0;  # Verbose output, enable with --verbose
our $opt_verbose= 1;  # Verbose output, enable with --verbose

our $exe_mysql;
our $exe_mysqladmin;