Skip to content
Snippets Groups Projects
Unverified Commit f6d013ba authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3039572 by Lendude, Mile23: Prevent tests with multiple groups running multiple times

(cherry picked from commit be9af5bd)
parent df35a226
No related branches found
No related tags found
No related merge requests found
......@@ -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 = $all_tests;
$test_list = array_unique($all_tests);
}
else {
if ($args['class']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment