From 5659e1bdd8becb83f44b10ddc6c9b606ce084c7f Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 19 Jul 2023 13:51:08 +0100 Subject: [PATCH] Issue #3372789 by aaron.ferris, larowlan: run-tests.sh references a non existent obsolete Core module's (simpletest) url (cherry picked from commit 3325161e43ef9ff62c09147efce2ba59148e5b09) --- core/scripts/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index 699fb9dad292..7fbfe54bf288 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -338,8 +338,8 @@ function simpletest_script_help() { <test1>[,<test2>[,<test3> ...]] One or more tests to be run. By default, these are interpreted - as the names of test groups as shown at - admin/config/development/testing. + as the names of test groups which are derived from test class + @group annotations. These group names typically correspond to module names like "User" or "Profile" or "System", but there is also a group "Database". If --class is specified then these are interpreted as the names of -- GitLab