summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-06-27 13:41:23 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2013-06-27 14:25:27 +0100
commitfac0f4bddf639c2a8e5af4c3ab7b0dee5933d56a (patch)
tree1328fb1ea206f60eae88504cf96796e78ba80365 /README
parentce6b8b00503fa270d8026aa392c7c0c8948bce75 (diff)
downloadmorph-fac0f4bddf639c2a8e5af4c3ab7b0dee5933d56a.tar.gz
Augment instructions for running morph's tests
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index a6613ae1..2fe4eaed 100644
--- a/README
+++ b/README
@@ -234,7 +234,10 @@ Hacking morph
Run the test suite with this command:
- ./check
+ ./check --full
+
+If your /tmp is a tmpfs you may need to set TMPDIR to a different path,
+as there are tests for large disk image deploys.
Install CoverageTestRunner (from <http://liw.fi/coverage-test-runner/>),
and check out the `cmdtest` utility (from <http://liw.fi/cmdtest/>).