[tor-commits] [tor/maint-0.4.2] CI: label our python versions.

nickm at torproject.org nickm at torproject.org
Tue Aug 11 16:37:12 UTC 2020


commit adb7268236683ed54dedf455598b86596d7ab8ee
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Aug 11 12:24:03 2020 -0400

    CI: label our python versions.
---
 scripts/ci/ci-driver.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 20193e6b2a..ad08ee5af0 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -256,7 +256,9 @@ fi
 # Tell the user about our versions of different tools and packages.
 
 uname -a
+printf "python: "
 python -V || echo "no 'python' binary."
+printf "python3: "
 python3 -V || echo "no 'python3' binary."
 
 show_git_version Tor "${CI_SRCDIR}"





More information about the tor-commits mailing list