summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2010-11-24 13:51:45 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2010-11-24 13:51:45 +0100
commit891593e42e818cbe15e9b793c91b81aecd5a11f9 (patch)
tree50c7f9ff609eab069857b96d1891f26e0da3d33f /mysql-test/mysql-test-run.pl
parentf2b4622346086f3cf46d81c2bca0f8c0a1948715 (diff)
parente1fa8cb9bbd113441fb42547b199935f4fec1bc4 (diff)
downloadmariadb-git-891593e42e818cbe15e9b793c91b81aecd5a11f9.tar.gz
merge 58424
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
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
# ----------------------------------------------------