summaryrefslogtreecommitdiff
path: root/tests/build-stratum.script
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix missing baserock meta filesRichard Maw2012-06-141-1/+1
| | | | | This adds the ability to do this to the script, and fixes use of the script to add the new parameter.
* tests: amend to not consider stratum metadataRichard Maw2012-06-141-1/+1
| | | | | These tests were failing because the stratum metadata was added to the cache.
* tests: fix some that expected tarball strataRichard Maw2012-06-141-2/+4
| | | | | | | This required functionality to create a tarball from a json file. This should probably be rewritten as a morph plugin and refactor it to consolidate the creation logic, so e.g. the stratum metadata is kept.
* Add explicit repo prefixes to test scriptsLars Wirzenius2012-05-041-1/+2
|
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-1/+2
| | | | | | Make sure that this directory is actually created before trying to save artifacts to it. Also adjust all tests to use this new directory for looking up artifacts.
* Refactor tests/*.script to use scripts/test-morph instead of tests/morphLars Wirzenius2012-03-271-1/+1
|
* use "set -eu" in scriptsLars Wirzenius2012-03-221-1/+1
| | | | Except in the missing-ref script, since that one breaks with -e.
* Simply calls to morph by using tests/morph wrapperLars Wirzenius2012-03-221-7/+2
|
* Empty and initialize the test data dir anew for each testLars Wirzenius2012-03-221-3/+3
| | | | | | | | | | | | | This avoids accidentally having tests that depend on each other. It would be bad to have tests/bar.script do something and then tests/foo.script only work because of that something: if tests/bar.script later changes, then the later test starts breaking. Keeping tests independent is good practice. We don't seem to have had such dependencies yet, so this is a pre-emptive defensive move. Also, this means we can use simpler names in $DATADIR, instead of embedding the test name in everything. This further simplifies the act of creating new tests.
* add method to compute recursive cache idLars Wirzenius2011-12-091-1/+1
| | | | | | | | | | | | | | | The cache id will be used as a prefix in filenames in the cache directory. The new way of computing it includes the cache ids of any components so that if chunk A is included in stratum B, and A changes, the new version of A has a new cache id, which means that when we compute cache id for B, it also changes. This will allow us to easily find out if we need to rebuild B. The test repository is split into two: one for the chunk, one for the stratum and system morphologies. This is so that the rebuild test can modify just the chunk, and does not need to trigger both builds. Signed-off-by: Lars Wirzenius <liw@liw.fi>
* if morph fails, dump its log to stderr so user can easily see itLars Wirzenius2011-12-091-1/+3
| | | | Signed-off-by: Lars Wirzenius <liw@liw.fi>
* disable distcc for checksLars Wirzenius2011-12-061-1/+1
| | | | We can't assume the host has distcc installed while running the checks.
* create cachedir at startup if it does not existLars Wirzenius2011-12-011-3/+0
| | | | | | | We don't create it if running as root, since that would mean a typo creates a directory in a place that may be awkward. Anyone running builds as root can go create the directory themselves.
* make --git-base-url add a slash to the end, if missingLars Wirzenius2011-12-011-1/+1
|
* add new test case for building a simple stratumLars Wirzenius2011-12-011-0/+29