Commit 65184908 authored by Serge Kozlov's avatar Serge Kozlov

fix for bug#39861

parent 3e0fb461
...@@ -3462,7 +3462,7 @@ sub check_expected_crash_and_restart { ...@@ -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");
......
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