summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-02 09:19:15 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-02 09:19:15 +0200
commit0e8e682c391c8f89147e3c5ab01160a76cae8d13 (patch)
treeabebe3b4ca41f230b8f6847880f7938efcc009cf
parent8f2cc46439d30345fe3bb79a7e653b4ef5fdec52 (diff)
downloadvmdb2-0e8e682c391c8f89147e3c5ab01160a76cae8d13.tar.gz
Add: note to README for how to run smoke.sh
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 39d703a..1cd5480 100644
--- a/README
+++ b/README
@@ -154,6 +154,13 @@ To run automated tests:
./check
+This only runs the unit tests and build tests. To run a smoke test
+that actually builds and boots images:
+
+ sudo ./smoke.sh cache.tar.gz
+
+where `cache.tar.gz` caches the debootstrap output for a future run.
+
You'll need the yarn program (part of the [cmdtest][] package), and
also [CoverageTestRunner][] for running the unit tests.