Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • Build
  • Scripts
  • runTests.sh
Find file BlameHistoryPermalink
  • Oliver Bartsch's avatar
    [BUGFIX] Check whether realpath exists in runTests.sh · 20e7e865
    Oliver Bartsch authored Jul 26, 2021
    #94612 introduced the realpath command for retrieving
    the "CORE_ROOT" path. This however leads to execution
    failures on MacOS systems, which did not manually install
    this command (as it's not installed by default).
    
    To prevent the script from failing on default MacOS systems,
    a check for the existence of the realpath command is added.
    If not installed, the previous behaviour is used while displaying
    a short information.
    
    Resolves: #94635
    Related: #94612
    Releases: master, 10.4, 9.5
    Change-Id: I30792f1e5492b57adf7ff28a7fa2c415ac2e094c
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70068
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    20e7e865