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
commitdffe3ad3e7cf3f07a1d75d31ab9e10dd0539c04c (patch)
tree50c7f9ff609eab069857b96d1891f26e0da3d33f /mysql-test/mysql-test-run.pl
parentb768d7fdefa7547d6642730f2f10a1b21ca8d04f (diff)
parenta2cbe6e94937d909dcca5bd8f21b06ac09c0862a (diff)
downloadmariadb-git-dffe3ad3e7cf3f07a1d75d31ab9e10dd0539c04c.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
# ----------------------------------------------------