diff options
author | Magnus Svensson <msvensson@mysql.com> | 2008-11-21 08:57:46 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2008-11-21 08:57:46 +0100 |
commit | 39be835d9c1e00b4c50f20316859a7ac487fe229 (patch) | |
tree | 38c647338586cf6fb56f1b7b3c09e050bf98a819 /mysql-test/mysql-test-run.pl | |
parent | ab0e404c73557f8a81764eb6ee0fd3d1db08e381 (diff) | |
download | mariadb-git-39be835d9c1e00b4c50f20316859a7ac487fe229.tar.gz |
mtr - temporarily turn on verbose
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 69fc2924698..5095482335d 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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; |