Revert "Issue #3039572 by Lendude, Mile23: Prevent tests with multiple groups running multiple times"
This reverts commit 8d4e3ec389.
8.7.x
parent
cfd9c0b9b5
commit
c25e0357fc
|
|
@ -1033,7 +1033,7 @@ function simpletest_script_get_test_list() {
|
|||
foreach ($groups as $group => $tests) {
|
||||
$all_tests = array_merge($all_tests, array_keys($tests));
|
||||
}
|
||||
$test_list = array_unique($all_tests);
|
||||
$test_list = $all_tests;
|
||||
}
|
||||
else {
|
||||
if ($args['class']) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue