Actions
Task #86777
closedAllow running of runTests.sh on Windows WSL
Start date:
2018-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The runTests.sh provides a convenient way to run all TYPO3 Core tests. With the WSL on Windows it's possible to use the same shell script on Windows if some pre-requisites are met:
Pre-Requisites:
- docker for windows installed
- Base mount path for Windows drives is / (not /mnt/)
- docker for windows exposes daemon via tcp
- DOCKER_HOST set to tcp://localhost:2375
- ./Build/Scripts/runTests.sh has Linux line endings
Running:
- same as on Linux: on WSL go to /path/to/your/checkout
- run: ./Build/Scripts/runTests.sh
Actions