summaryrefslogtreecommitdiff
path: root/tests/morphless-chunks.script
Commit message (Collapse)AuthorAgeFilesLines
* Don't require .morph in triplet argumentsSam Thursfield2012-09-121-2/+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/+2
| | | | | | | | | | 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.
* Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-1/+1
| | | | Rename "sources" field of stratum morphologies to "chunks".
* Add workaround for test caseLars Wirzenius2012-07-021-0/+2
|
* Add check for missing build depends in strataLars Wirzenius2012-06-281-1/+2
| | | | | | | This will make a build fail if the morphology is missing explicit build dependencies. Also fix test causes so that ./check passes.
* 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.
* morphless chunks test: fix outputRichard Maw2012-04-201-1/+6
| | | | | The test needs to check whether the chunk has the expected contents. It used to mistakenly check if there were any chunks in the git cache.
* Add test case for morphless chunksLars Wirzenius2012-04-191-0/+61