From 486cfa68d83b01b696c2be607e3c11f59bbcfadd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 17 Jul 2024 00:16:47 +0200 Subject: [PATCH] test: explode on failures Closes https://git.coopcloud.tech/coop-cloud/organising/issues/623 --- scripts/tests/run-ci-int | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/run-ci-int b/scripts/tests/run-ci-int index f8aa7fe24..e1561c73c 100755 --- a/scripts/tests/run-ci-int +++ b/scripts/tests/run-ci-int @@ -10,7 +10,7 @@ # export DRONE_SOURCE_BRANCH= # ./run-ci-int -set +e +set -eu echo "========================================================================" echo "WIPING DOCKER RESOURCES FOR A CLEAN SLATE"