From dca696e141a2b130e7c30241e67ef3851def774d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 21 Apr 2008 21:47:33 +0200 Subject: [PATCH] Temporarily turn on verbose --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ad01c9bdef0..41a5bda17aa 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -87,7 +87,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 $opt_verbose_restart= 0; # Verbose output for restarts our $exe_mysql;