]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
CI: label our python versions.
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 16:24:03 +0000 (12:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 16:24:03 +0000 (12:24 -0400)
scripts/ci/ci-driver.sh

index 20193e6b2a2821cdac37aef62047cb29f5ab087f..ad08ee5af0860e130b0daf0c2c1f60ec530710f9 100755 (executable)
@@ -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}"