Add commands to report python, gpg, and gpg2 versions before test runs.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 12:36:17 +00:00
parent ffec019f35
commit e344aa182f
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 11 additions and 0 deletions

View File

@ -36,6 +36,17 @@ cleantest: cleanup-src cleanup-tests
rm *.log
test: cleantest
which gpg
gpg --version
which gpg2
gpg2 --version
which gpg-agent
which pinentry
which python
python --version
which pip
pip --version
pip list
python tests/test_gnupg.py parsers basic encodings genkey sign listkeys crypt keyrings import
install: