Skip to content
Snippets Groups Projects
Commit 41888bb2 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #2226301 by alexpott: Run-test.sh --repeat should work nicely with --concurrency.

parent 086d507d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -71,11 +71,14 @@
simpletest_script_reporter_init();
// Execute tests.
$tests_to_run = array();
for ($i = 0; $i < $args['repeat']; $i++) {
simpletest_script_execute_batch($test_list);
$tests_to_run = array_merge($tests_to_run, $test_list);
}
// Execute tests.
simpletest_script_execute_batch($tests_to_run);
// Stop the timer.
simpletest_script_reporter_timer_stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment