mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Change mtr_error to mtr_warning allowing processing to continue when mysqld fails to start
mysql-test/mysql-test-run.pl: Report warining when failure to start mysqld was detected, this will allow the testcase to continue executing. The failure to start mysqld will be caugt when executing mysqltest
This commit is contained in:
parent
4376118dde
commit
97947a72a4
1 changed files with 1 additions and 1 deletions
|
@ -3355,7 +3355,7 @@ sub run_testcase_start_servers($) {
|
|||
|
||||
if (mysqld_wait_started($mysqld))
|
||||
{
|
||||
mtr_error("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
|
||||
mtr_warning("Failed to start $mysqld->{'type'} mysqld $mysqld->{'idx'}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue