changeset 5358:db1dfa818187

ci: print exact version of used Python In parentheses because YAML.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 07 Jun 2020 18:17:08 +0800
parents e48fd82923f1
children 0828951543f8
files .gitlab-ci.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun Jun 07 18:08:14 2020 +0800
+++ b/.gitlab-ci.yml	Sun Jun 07 18:17:08 2020 +0800
@@ -25,6 +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"
+        - ("$PYTHON" --version)
         - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS)
 
 tests-py2-cext: