Package: debci
Version: 0.12
Severity: wishlist
Tags: patch

Hi,

Discovered debci recently but it took me a fair few minutes to work out
how to "just run the damn tests" from a local source tree without
setting up a virtualisation environment.

A patch is attached that updates the getting started guide. Hopefully
the warning about the results being unreliable is sufficient but feel
free to make it stronger.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/README.md b/README.md
index 0bd7610..d55b937 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,14 @@ $ adt-run --user debci --output-dir /tmp/output-dir \
   --- schroot debci-unstable-amd64
 ```
 
+Alternatively, to run the test suite from **the root of a source package**
+against the currently installed version without requiring a virtualisation
+environment. Note that your local environment may make the results unreliable.
+
+```
+$ adt-run --output-dir /tmp/output-dir ./ --- null
+```
+
 For more details, see the documentation for the `autopkgtest` package.
 
 

Reply via email to