mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-12-04 19:36:13 +01:00
[TASK] Add if condition from core runTests.sh (#1497)
This commit is contained in:
parent
24d0755f7a
commit
0f976a2c58
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
# TYPO3 extension tea test runner based on docker.
|
# 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() {
|
waitFor() {
|
||||||
local HOST=${1}
|
local HOST=${1}
|
||||||
|
|
Loading…
Reference in a new issue