summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-20 03:07:52 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-31 14:08:31 +0100
commit3d497b8f5b5316eb37db5a69432d7268c984709f (patch)
tree1b7953059c3e76611a0177d31550341863ed2790 /.gitlab-ci
parent3c56d661d8ad3c8bfa62eb85248105b7ce0c45d2 (diff)
downloadglib-3d497b8f5b5316eb37db5a69432d7268c984709f.tar.gz
ci: Show commands run from the test scripts
It allows better debugging in case of failures.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/coverage-docker.sh2
-rwxr-xr-x.gitlab-ci/run-tests.sh2
-rwxr-xr-x.gitlab-ci/test-msys2.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/coverage-docker.sh b/.gitlab-ci/coverage-docker.sh
index 0b9abc017..81d49e4c3 100755
--- a/.gitlab-ci/coverage-docker.sh
+++ b/.gitlab-ci/coverage-docker.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-set -e
+set -ex
# Fixup Windows paths
python3 ./.gitlab-ci/fixup-cov-paths.py _coverage/*.lcov
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index b9d5b0c69..461f31f6e 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-set -e
+set -ex
./.gitlab-ci/check-missing-install-tag.py _build
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 5f9dcbd91..8b827c040 100755
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-set -e
+set -ex
export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
if [[ "$MSYSTEM" == "MINGW32" ]]; then