changeset 5343:f464b29898e3

ci: use set -x to echo the whole run-tests.py command string It'll echo not only the interpreter of run-tests.py and the arguments, but also the environment variable.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 24 May 2020 16:44:24 +0800
parents 4a958a7bb138
children c5a92ab4d2de
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun May 24 16:29:20 2020 +0800
+++ b/.gitlab-ci.yml	Sun May 24 16:44:24 2020 +0800
@@ -25,7 +25,7 @@
         - hg pull -R /ci/repos/mercurial/
         - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')")
         - hg -R /ci/repos/mercurial/ update "$hg_rev"
-        - (cd tests; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS)
+        - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS)
 
 tests-py2-cext:
     <<: *runtests