summaryrefslogtreecommitdiff
path: root/tests.branching/tag-works-with-multiple-morphs-repos.stdout
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/danielfirth/RT189'Lars Wirzenius2013-10-081-8/+8
|\ | | | | | | Changed the error (exception) to list all obsolete fields.
| * Dropped support for 'system-kind' from system morphology filesDan Firth2013-09-271-6/+6
| |
| * Dropped support for 'disk-size' from system morphology files'Dan Firth2013-09-271-8/+8
| |
* | Fix test suite to work with current gitLars Wirzenius2013-10-081-4/+4
|/ | | | | Reviewed-by: Dan Firth Reviewed-by: Richard Maw
* tests: Make dummy strata pass validationRichard Maw2013-08-231-38/+78
| | | | | They were missing build depends or were empty. Now that edit does validation, this is not permitted.
* Fix test suite to patch YAML instead of JSONLars Wirzenius2013-08-141-115/+87
| | | | | | | | | | | | | I shouldn't be doing this in the middle of refactoring, but trying to get the new code to emit exactly the right kind of JSON is too much pain, and these tests need to be rewritten to use YAML in the near future anyway (we'll drop JSON support eventually), so I don't want to spend more time on this than necessary. The changes in this commit convert morphologies in JSON to YAML, and fix test code that modifies the morphologies to work with the YAML. There is probably more JSON lurking about.
* Fix tests to use rootfs-tarball system-kinds, instead of disksLars Wirzenius2013-04-231-4/+4
|
* Remove needless git output from test resultSam Thursfield2013-01-221-10/+0
| | | | | This output varies depending on the version of git, which currently causes the test to fail on systems with git 1.7.10.
* Rename morph tag tests to follow patternSam Thursfield2013-01-221-0/+174
The pattern is COMMAND-assertion, not morph-COMMAND-assertion.