summaryrefslogtreecommitdiff
path: root/tests/build-chunk-writes-log.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.
* tests: make build-chunk-writes-log simplerRichard Maw2012-07-061-6/+7
| | | | | | | | Process substitution is a little funky and bash variable substitution's suffix stripping is hard to remember. Instead write the list of sources to a temporary file and redirect that to the while loop.
* tests: add check for log being writtenRichard Maw2012-07-061-0/+35