mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix for bug#39861
This commit is contained in:
@ -3462,7 +3462,7 @@ sub check_expected_crash_and_restart {
|
|||||||
# sleep a little and try again, thus allowing the
|
# sleep a little and try again, thus allowing the
|
||||||
# test script to control when the server should start
|
# test script to control when the server should start
|
||||||
# up again
|
# up again
|
||||||
my $last_line= mtr_lastlinefromfile($expect_file);
|
my $last_line= mtr_lastlinesfromfile($expect_file, 1);
|
||||||
if ($last_line =~ /^wait/ )
|
if ($last_line =~ /^wait/ )
|
||||||
{
|
{
|
||||||
mtr_verbose("Test says wait before restart");
|
mtr_verbose("Test says wait before restart");
|
||||||
|
Reference in New Issue
Block a user