From 2021f6f7cd8bd1f41191137c627440391f728117 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 26 Jul 2022 18:41:49 +0200 Subject: [PATCH] README.md: add an example for running coverage.py --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db6b25c..ea21c13 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,11 @@ By default, `coverage.sh` will skip running a single test which tries creating a Ubuntu Focal chroot. To not skip that test, run `coverage.sh` with the environment variable `ONLINE=yes`. +If a test fails you can run individual tests by executing `coverage.py` with +the test name and optionally limit it to a specific distribution like so: + + CMD=./mmdebstrap ./coverage.py --dist unstable check-against-debootstrap-dist + Bugs ====