summaryrefslogtreecommitdiff
path: root/tests/build-system-python-distutils.script
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-1/+2
|
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-1/+1
| | | | | | Make sure that this directory is actually created before trying to save artifacts to it. Also adjust all tests to use this new directory for looking up artifacts.
* build-system: distutils test, fix outputRichard Maw2012-04-231-0/+1
| | | | | | | Debian systems install python packages into dist-packages, default python behaviour is to install into site-packages. To reconcile this difference, treat any foo-packages component as just being packages.
* Normalize test output for build-system.python-distutils testLars Wirzenius2012-04-231-1/+5
| | | | | The output otherwise differs between various Linux distros, with differnet distutils settings and Python versions.
* tests: add test for python distutilsRichard Maw2012-04-231-0/+61