summaryrefslogtreecommitdiff
path: root/tests/build-system-python-distutils.script
Commit message (Collapse)AuthorAgeFilesLines
* Separate out build tests from general Morph testsSam Thursfield2013-02-201-67/+0
|
* Tidy up command testsSam Thursfield2012-11-141-5/+5
| | | | Be consistent about placement of test description, blank lines, etc.
* Don't require .morph in triplet argumentsSam Thursfield2012-09-121-1/+1
| | | | | | | | | This gives us consistency with morphologies, where the triplets are repo|ref|morphology, not repo|ref|filename Anyone who runs 'morph build baserock:morphs master system.morph' will now see an error ending with 'was looking for system.morph.morph', which should make it clear where they have gone wrong.
* Rename 'morph build' command to 'morph build-morphology'Jannis Pohlmann2012-09-071-1/+1
| | | | | | | | | | This is needed because we are replacing the current build command by a new one that builds from a local system branch. Since that will be the more common scenario, we want the new implementaiton to go by the name 'morph build'. This commit therefore renames 'morph build' and updates all the tests to use 'morph build-morphology' instead.
* 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