mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
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
This commit is contained in:
parent
684b1d39ac
commit
fe76fb69a0
1 changed files with 0 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue