From fa09a031c1eb8abcb9a04cacdf5629f95ffc77f8 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 4 Oct 2023 17:04:40 +0200 Subject: [PATCH] ci: Add set -ex to 02_run_container.sh The same is done by the 06 script. --- ci/test/02_run_container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test/02_run_container.sh b/ci/test/02_run_container.sh index b5a84ae08d6..8602353b45a 100755 --- a/ci/test/02_run_container.sh +++ b/ci/test/02_run_container.sh @@ -6,6 +6,8 @@ export LC_ALL=C.UTF-8 +set -ex + if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then # Export all env vars to avoid missing some. # Though, exclude those with newlines to avoid parsing problems.