diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-10-04 17:04:40 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-10-09 16:16:41 +0200 |
commit | fa09a031c1eb8abcb9a04cacdf5629f95ffc77f8 (patch) | |
tree | 312d49e696e4c9e4675637b1b6d986c90821025d /ci | |
parent | fac9abbf475a1de6f9f39ddede9a6a59bbd1cff4 (diff) |
ci: Add set -ex to 02_run_container.sh
The same is done by the 06 script.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/02_run_container.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/test/02_run_container.sh b/ci/test/02_run_container.sh index b5a84ae08d..8602353b45 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. |