diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-24 13:51:45 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-24 13:51:45 +0100 |
commit | 891593e42e818cbe15e9b793c91b81aecd5a11f9 (patch) | |
tree | 50c7f9ff609eab069857b96d1891f26e0da3d33f /mysql-test/mysql-test-run.pl | |
parent | f2b4622346086f3cf46d81c2bca0f8c0a1948715 (diff) | |
parent | e1fa8cb9bbd113441fb42547b199935f4fec1bc4 (diff) | |
download | mariadb-git-891593e42e818cbe15e9b793c91b81aecd5a11f9.tar.gz |
merge 58424
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ae82bf5a589..78b7e551918 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3677,7 +3677,6 @@ sub run_testcase ($) { # ---------------------------------------------------- # Check if it was an expected crash # ---------------------------------------------------- - SRVDIED: my $check_crash = check_expected_crash_and_restart($proc); if ($check_crash) { @@ -3687,6 +3686,7 @@ sub run_testcase ($) { next; } + SRVDIED: # ---------------------------------------------------- # Stop the test case timer # ---------------------------------------------------- |