Problem/Motivation
runtests.sh has simpletest_script_help() to print some command line help when trying to run it, this is incredibly out of date.
e.g.
--file Run tests identified by specific file names, instead of group names.
Specify the path and the extension
(i.e. 'core/modules/user/user.test'). This argument must be last
on the command line.
Drupal core test files haven't been $modulename.test since Drupal 8.
--url http://example.com/ --class Drupal\block\Tests\BlockTest
This Drupal\block\Tests\BlockTest doesn't exist. tests now live in a Drupal\Tests namespace.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Comments
Comment #2
yujiman85 commentedGoing to work on this one and make the updates.
Comment #4
yujiman85 commentedNeeds a review!
Comment #5
smustgrave commentedSeems straight forward enough.
Comment #6
nod_need some line wrapped
Comment #7
n-m-daz commentedI'm working on this issue Friday 6 September to fix the line wrapping until the end of the day. This is my first contribution.
Comment #8
n-m-daz commentedCurrently, I am having problem trying to push commits in DrupalPod. Could be an ssh issue.
The remote repository "https://github.com/shaal/DrupalPod.git" is not accessible with the current token. Please grant the necessary permissions.
Comment #9
n-m-daz commentedNeeds review
Comment #10
smustgrave commentedDidn't know the wrapping rule applied to sh files but learn something new.
Wrapping looks fine.
Comment #14
catchCommitted/pushed to 11.x and cherry-picked back through to 10.3.x, thanks!