From ee1c00d97da7534b37f9eab25a16834701b15773 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Fri, 5 Sep 2008 15:09:29 +0200 Subject: [PATCH] WL#4350 - fix scheduler bug --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 1baeec2e137..365d224f468 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -544,7 +544,7 @@ sub run_test_server ($$$) { # Move the test to completed list #mtr_report("skip - Moving test $i to completed"); push(@$completed, splice(@$tests, $i, 1)); - redo; # Start over again + next; } # Limit number of parallell NDB tests