From 0e8e682c391c8f89147e3c5ab01160a76cae8d13 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 2 Nov 2019 09:19:15 +0200 Subject: Add: note to README for how to run smoke.sh --- README | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.1