summaryrefslogtreecommitdiff
path: root/scripts/test-morph
Commit message (Collapse)AuthorAgeFilesLines
* Write metadata for the rootfs itself into the rootfsSam Thursfield2012-10-261-3/+21
| | | | | | | | This makes it easier to identify what version of a system we are running. Tests are updated to check inside the contents of the rootfs we created, and the code to mount the rootfs as a loopback device was extracted out into tests.as-root/lib
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-0/+1
| | | | | | | This makes a non-backward-compatible change to morph which switches it to using tarballs instead of bundles when initialising cached git repositories. This is faster because it doesn't require index-pack --fix-thin operations on the machine running morph.
* Refactor tests/*.script to use scripts/test-morph instead of tests/morphLars Wirzenius2012-03-271-0/+4
|
* Add helper script for cleaning up test outputLars Wirzenius2012-03-231-13/+2
| | | | | | This refactors what scripts/test-morph did into its own helper script, so that we can use it elsehwere. Then use it for scripts/run-git-in too.
* Filter out $DESTDIR from morph outputLars Wirzenius2012-03-221-2/+20
|
* Add helper script for cmdtest scripts to run morph withLars Wirzenius2012-03-221-0/+21
This is like tests/morph, but not in the tests directory, so that it's easier to use from multiple tests directories. We're about to get another one, at least temporarily.