diff --git a/tests/scripts/ci-util.sh b/tests/scripts/ci-util.sh index 6231bc980a73aeb86af12a29835d3a84f5f4f9cb..f71ed8af32387e07ee7afbaefd1ed5923fce3327 100755 --- a/tests/scripts/ci-util.sh +++ b/tests/scripts/ci-util.sh @@ -18,6 +18,7 @@ set -e # Check unset variables set -u +# Print commands set -x SOURCE="${BASH_SOURCE[0]}"