summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.(none)>2006-07-07 10:47:51 -0400
committerunknown <cmiller@zippy.(none)>2006-07-07 10:47:51 -0400
commit8ceaccb3fa194ea2e548bc369aaae0920522a4d8 (patch)
treee8dde19297673c55f3bb0e8fd6b3b37e29711df2 /mysql-test/mysql-test-run.pl
parent30de4903ae2b9cd03bd5f853715e7fc7b648c2c7 (diff)
downloadmariadb-git-8ceaccb3fa194ea2e548bc369aaae0920522a4d8.tar.gz
Merge cleanup, with a change of verbose test status to Off.
mysql-test/lib/mtr_process.pl: Resolved a previous bad merge of two different attempts at fixing the same problem. mysql-test/mysql-test-run.pl: Default for verbose should be Off.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 9192ea20529..43cab03f12a 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -168,7 +168,7 @@ our $opt_suite;
our $opt_netware;
our $opt_script_debug= 0; # Script debugging, enable with --script-debug
-our $opt_verbose= 1; # Verbose output, enable with --verbose
+our $opt_verbose= 0; # Verbose output, enable with --verbose
# Options FIXME not all....