summaryrefslogtreecommitdiff
path: root/scripts/python-check
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove unneded scripts/python-check script"Richard Maw2013-01-221-0/+36
| | | | | | | This reverts commit 053c0993bb62dd5e1a73d3367ea04c70874f3bd1. It is needed, since tar.add(..., filter=func) is not available in python2.7, so tarball system kind tests need to be disabled.
* Remove unneded scripts/python-check scriptJavier Jardón2013-01-181-36/+0
|
* Consolidate checks for python versionRichard Maw2012-11-131-0/+36
Most of the bespoke logic for the version check is unnecessary, since the output to display can be easily inferred from the filename. This fixes some test failures where the version check would cat a file to fake the output, but fail because the file was removed.