Actions
Task #102769
closedUnblock argument passing in `Build/Scripts/runTests.sh`
Start date:
2024-01-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The first argument after processing defined options has been
stored into the variable `TEST_FILE`. This value was passed
to phpunit based commands as last argument, defining the test
case to execute (or a subset).
Removing this workaround and directly passing remaining options
to the command makes special arguments like `-e` obsolete and
unblocks more generic command passings.
Actions