Commit dffe3ad3 authored by Bjorn Munch's avatar Bjorn Munch

merge 58424

parents b768d7fd a2cbe6e9
...@@ -3677,7 +3677,6 @@ sub run_testcase ($) { ...@@ -3677,7 +3677,6 @@ sub run_testcase ($) {
# ---------------------------------------------------- # ----------------------------------------------------
# Check if it was an expected crash # Check if it was an expected crash
# ---------------------------------------------------- # ----------------------------------------------------
SRVDIED:
my $check_crash = check_expected_crash_and_restart($proc); my $check_crash = check_expected_crash_and_restart($proc);
if ($check_crash) if ($check_crash)
{ {
...@@ -3687,6 +3686,7 @@ sub run_testcase ($) { ...@@ -3687,6 +3686,7 @@ sub run_testcase ($) {
next; next;
} }
SRVDIED:
# ---------------------------------------------------- # ----------------------------------------------------
# Stop the test case timer # Stop the test case timer
# ---------------------------------------------------- # ----------------------------------------------------
......
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