Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Allow additional composer options for
-s composerInstall
(#1380
) This change modifies the `Build/Script/runTests.sh` command dispatcher to allow passing composer options to the `composer install` subcommand, for example Build/Scripts/runTests.sh -s composerInstall \ -- --prefer-source Note that this is already possible using the generic `-s composer` dispatcher but would resolve some user confusion. This aligns our implementation of runTests.sh with TYPO3 core, see: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84870 Resolves: #1346
- Loading branch information