Commit 89689292 authored by unknown's avatar unknown

Stop the test case time if "check_testcase" before test fails

parent b896fb26
......@@ -2781,6 +2781,10 @@ sub run_testcase ($) {
if ( $opt_check_testcases and check_testcase($tinfo, "before") ){
# Failed to record state of server or server crashed
report_failure_and_restart($tinfo);
# Stop the test case timer
$test_timeout_proc->kill();
return 1;
}
......
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