mtr - temporarily turn on verbose

This commit is contained in:
Magnus Svensson 2008-11-21 08:57:46 +01:00
parent ab0e404c73
commit 39be835d9c

View file

@ -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;