mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
mtr - temporarily turn on verbose
This commit is contained in:
parent
ab0e404c73
commit
39be835d9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue