summaryrefslogtreecommitdiff
path: root/tests.as-root/building-creates-correct-temporary-refs.script
Commit message (Collapse)AuthorAgeFilesLines
* Fix paths for chunk directories in cmdtestsLars Wirzenius2014-03-061-5/+5
|
* Disable tests broken by "morph edit"Lars Wirzenius2013-08-141-1/+7
| | | | | | | | | | | | | | To the best of my ability to understand the old "morph build" code, these tests fail with this error: Conflicting versions of stratum 'hello-stratum' appear in the build. because of how the old "morph build" code creates temporary build refs, and gets them wrong. I believe the new "morph edit" is correct, but have not been able to find out what the root problem in "morph build" is, because the code is beyond my ability to understand it within two hours. Since I have a deadline for "morph edit", I reluctantly disable these tests, temporarily, rather than back out of all "morph edit" changes.
* Update as-root tests to use their setup infrastructureSam Thursfield2012-11-141-0/+1
| | | | Code to generate system images was being duplicated in each test needlessly.
* Tidy up command testsSam Thursfield2012-11-141-2/+3
| | | | Be consistent about placement of test description, blank lines, etc.
* tests: Always use test:morphs for morphs repoSam Thursfield2012-11-121-2/+2
| | | | Some tests were using test:morphs-repo instead.
* Factor out setup code from 'morph build' tests into separate fileSam Thursfield2012-11-071-19/+1
|
* tests: Always use fixed git committer infoSam Thursfield2012-09-131-0/+2
| | | | | | Move this into a script which can be sourced by the 'setup' scripts and the actual tests (this is needed as the environment in 'setup' is not passed on to the tests).
* Add test to verify that 'morph build' creates the right build refsJannis Pohlmann2012-09-071-0/+63