summaryrefslogtreecommitdiff
path: root/tests/update-gits-submodules.script
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up command testsSam Thursfield2012-11-141-5/+6
| | | | Be consistent about placement of test description, blank lines, etc.
* Use git://localhost URL's instead of file:// in update-gits testsSam Thursfield2012-11-121-8/+16
| | | | This requires running git-daemon manually in the tests.
* 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.
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-1/+2
|
* Make test output be quite quiet with squeeze's version of gitLars Wirzenius2012-04-251-1/+2
|
* tests: add test for update-gits caching submodulesRichard Maw2012-04-251-0/+39
The test creates a repository with an empty commit to be a submodule, alters the chunk to have this repository as a submodule, then after building checks whether each of the repositories have been cached. This is tested by testing if the repositories are in there rather than listing all the repositories because the normalisation fails when the URIs have been mangled