From 3d497b8f5b5316eb37db5a69432d7268c984709f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 20 Oct 2022 03:07:52 +0200 Subject: [PATCH] ci: Show commands run from the test scripts It allows better debugging in case of failures. --- .gitlab-ci/coverage-docker.sh | 2 +- .gitlab-ci/run-tests.sh | 2 +- .gitlab-ci/test-msys2.sh | 2 +- 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