Bug #103989
closedrunTests.sh tries to remove Documentation-GENERATED-temp files outside the project directory scope
100%
Description
Given a TYPO3 git in:
/Users/garvin/TYPO3/GIT
when executing:
/Users/garvin/contrib/TYPO3/GIT/Build/Scripts/runTests.sh -s clean
this will try to remove all files from:
/Users/garvin/typo3/sysext/*/Documentation-GENERATED-temp
due to cleanRenderedDocumentationFiles
referencing files from "../../../typo3/...".
The current script context however is the project root directory, so this will break out three levels outside that.
Luckily the final directory D@ocumentation-GENERATED-temp@ should never match critical system files from a user.
But the current reference didn't actually remove the documentation temporary files. This needs to be adapted to to not break out of the main script directory.
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84513
Updated by Gerrit Code Review 6 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84513
Updated by Gerrit Code Review 6 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84464
Updated by Gerrit Code Review 6 months ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84465
Updated by Garvin Hicking 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 094e2bec68272469e6dc0e792df61200b86ea6ee.