summaryrefslogtreecommitdiff
path: root/tests.as-root/metadata-includes-morph-version.script
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining test.as-root cmdtestsRichard Maw2014-10-011-53/+0
| | | | | | The repo-alias is indirectly tested by branch-from-image, and checking the --version is part of the release process, so we're not going to miss these tests.
* Fix behaviour of `morph --version`Pedro Alvarez2014-09-301-2/+3
| | | | | | | | | | | | | | | | Currently, if morph is installed in the system, `morph --version` prints the sha1 of the version installed. $ morph --version e8adedb8f3f27d9212caf277b8e8f7c6792a20c2 If you run morph from git, the output will be something similar to the following. $ morph --version baserock-14.26-124-g7b73af4 This patch changes the behaviour of the latter to match the former.
* Add regression test for metadata including versionRichard Maw2013-01-281-0/+52