From c7b16576a8a6eabbc3f961e5285044a64c41c864 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 27 Feb 2023 22:21:35 +0100 Subject: [PATCH] python version --- tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index d2c2866..d01d542 100755 --- a/tests.sh +++ b/tests.sh @@ -23,7 +23,10 @@ if [ "${dotdrop_version}" != "${man_version}" ]; then echo "ERROR version.py (${dotdrop_version}) and manpage (${man_version}) differ!" exit 1 fi -echo "current version ${dotdrop_version}" +echo "current dotdrop version ${dotdrop_version}" + +echo "=> python version:" +python3 --version # test syntax echo "checking syntax..."