Commit d2d03e92 authored by Bjorn Munch's avatar Bjorn Munch

Bug #48209 Confusing message "Test has succeeded" after test fails due to warnings

There's no need for --verbose for the mysqltest in check-warnings, remove it
parent 0777ef56
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment