1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

python version

This commit is contained in:
deadc0de6
2023-02-27 22:21:35 +01:00
parent 214083aa01
commit c7b16576a8

5
tests.sh vendored
View File

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