diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index dc84147b..28cde8f3 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# TYPO3 core test runner based on docker. +# TYPO3 extension tea test runner based on docker. # trap 'cleanUp;exit 2' SIGINT