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..."