This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Following the scheme provided by @sbuerk This change modifies the `Build/Scripts/runTests.sh` execution wrapper to be in line with current TYPO3 core implementation. This contains following tasks: * Modify `Build/Scripts/runTests.sh`: * `-b <container-binary>` switch to determine which container binary should be used. * Remove the usage of `docker-compose.yml` file and usage by replacing container execution call with docker or podman binary calls. * Include `bash trap` logic for container/network cleanup on abort signals. * Keep core `xdebug` flag ability, albeit not used currently due to not having tests included. * Refactor suit command execution without docker-compose. * Remove `Build/testing-docker/docker-compose.yml` due to being obsolete now. * Add composer related temporary files to `.gitignore`. * Add documentation rendering and test rendering to the `runTests.sh`.
- Loading branch information