Commit ee1c00d9 authored by Magnus Svensson's avatar Magnus Svensson

WL#4350

 - fix scheduler bug
parent c95ca653
...@@ -544,7 +544,7 @@ sub run_test_server ($$$) { ...@@ -544,7 +544,7 @@ sub run_test_server ($$$) {
# Move the test to completed list # Move the test to completed list
#mtr_report("skip - Moving test $i to completed"); #mtr_report("skip - Moving test $i to completed");
push(@$completed, splice(@$tests, $i, 1)); push(@$completed, splice(@$tests, $i, 1));
redo; # Start over again next;
} }
# Limit number of parallell NDB tests # Limit number of parallell NDB tests
......
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