diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-11-04 14:44:19 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-11-04 14:44:19 +0100 |
commit | 7bfd110102c62ee3b9811814e37872166961b280 (patch) | |
tree | d10e913b60f65d968f5a10ef5d68093dbc60cf64 /mysql-test/mysql-test-run.pl | |
parent | afb8b414daa9391e90147a82cd77e64b394e1621 (diff) | |
parent | d2d03e923eebe1565ed7208cad393926eece4480 (diff) | |
download | mariadb-git-7bfd110102c62ee3b9811814e37872166961b280.tar.gz |
merge 48209
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 762fa75ed93..c91a74570bd 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3739,7 +3739,6 @@ sub start_check_warnings ($$) { mtr_add_arg($args, "--skip-safemalloc"); mtr_add_arg($args, "--test-file=%s", "include/check-warnings.test"); - mtr_add_arg($args, "--verbose"); if ( $opt_embedded_server ) { |