From af694424c3db677998a639190364521596331c3c Mon Sep 17 00:00:00 2001 From: Felix Althaus Date: Tue, 30 Jul 2024 19:14:10 +0200 Subject: [PATCH] [WIP] Change for retriggering CI Fixes #1398 --- Build/Scripts/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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