summaryrefslogtreecommitdiff
path: root/tests/build-stratum-with-submodules.script
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up command testsSam Thursfield2012-11-141-5/+6
| | | | 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/+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 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.
* tests: fix missing baserock meta filesRichard Maw2012-06-141-1/+1
| | | | | This adds the ability to do this to the script, and fixes use of the script to add the new parameter.
* tests: amend to not consider stratum metadataRichard Maw2012-06-141-1/+1
| | | | | These tests were failing because the stratum metadata was added to the cache.
* tests: fix some that expected tarball strataRichard Maw2012-06-141-2/+4
| | | | | | | This required functionality to create a tarball from a json file. This should probably be rewritten as a morph plugin and refactor it to consolidate the creation logic, so e.g. the stratum metadata is kept.
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-2/+3
|
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-1/+2
| | | | | | 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.
* Make test output more quite by telling git init to be quiteLars Wirzenius2012-04-251-1/+1
|
* Remove set -x to make test output be silentLars Wirzenius2012-04-251-1/+1
|
* Add test for building something with a chunk that uses submodulesLars Wirzenius2012-04-251-0/+68