From c25e0357fc432071bb313111c122a4190bcfa324 Mon Sep 17 00:00:00 2001 From: xjm Date: Thu, 14 Mar 2019 13:26:53 -0500 Subject: [PATCH] Revert "Issue #3039572 by Lendude, Mile23: Prevent tests with multiple groups running multiple times" This reverts commit 8d4e3ec38968deb207028b158742cc088c677d55. --- core/scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index 3d9aa8017029..36f6c471709e 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -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']) {