ci: Show commands run from the test scripts

It allows better debugging in case of failures.
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-20 03:07:52 +02:00
parent 3c56d661d8
commit 3d497b8f5b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
# Fixup Windows paths
python3 ./.gitlab-ci/fixup-cov-paths.py _coverage/*.lcov

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
./.gitlab-ci/check-missing-install-tag.py _build

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
if [[ "$MSYSTEM" == "MINGW32" ]]; then