summaryrefslogtreecommitdiff
path: root/tests.branching/tag-creates-commit-and-tag.stdout
Commit message (Collapse)AuthorAgeFilesLines
* cmdtests: Use new morphology field orders in tag testsRichard Maw2014-02-171-4/+4
|
* cmdtests: Update to use new orderingRichard Maw2014-02-171-12/+11
|
* Warn and default to null if repo or ref are givenRichard Maw2014-02-131-15/+3
| | | | | | | | | | | | | | | | | | This now means that the system morphology is not altered when chunks are altered, so some tests had to change. Since this uses the python warnings API, these warnings can be ignored by running python -W ignore:"stratum morphology" \ -W ignore:"system morphology" \ "$(which morph)" ...` or turned into errors with python -W error:"stratum morphology" \ -W error:"system morphology" \ "$(which morph)" ...`
* Dropped support for 'system-kind' from system morphology filesDan Firth2013-09-271-6/+5
|
* b&m: Re-implement morph foreachRichard Maw2013-09-041-0/+2
| | | | | | | | | | | | | | The previous version attempted to separate the output of the commands run with newlines by printing a newline at the beginning if it wasn't the first repository. The check it used was for the first repository was flawed by assuming that the root repository was the first repository processed. Since the complication was not worth keeping the output identical, it has been changed to separate by printing a newline after every command and the test output has been amended to include the extra trailing newline.
* tests: Make dummy strata pass validationRichard Maw2013-08-231-6/+6
| | | | | 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-27/+24
| | | | | | | | | | | | | 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
|
* Rename morph tag tests to follow patternSam Thursfield2013-01-221-0/+59
The pattern is COMMAND-assertion, not morph-COMMAND-assertion.