diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 99b6a60..020014a 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -4,7 +4,9 @@ # TYPO3 extension tea test runner based on docker. # -trap 'cleanUp;exit 2' SIGINT +if [ "${CI}" != "true" ]; then + trap 'echo "runTests.sh SIGINT signal emitted";cleanUp;exit 2' SIGINT +fi waitFor() { local HOST=${1}