mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:16:12 +01:00

[BUGFIX] Clean up network after invalid command

Related: #1312
This commit is contained in:
Eike Starkmann 2024-07-31 12:25:47 +02:00 committed by Oliver Klee
parent ae5c3e31d5
commit a89f94b5d3

View file

@ -658,6 +658,7 @@ case ${TEST_SUITE} in
echo "Invalid -s option argument ${TEST_SUITE}" >&2
echo >&2
echo "${HELP}" >&2
${CONTAINER_BIN} network remove ${NETWORK} >/dev/null
exit 1
;;
esac