diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-06-17 08:32:35 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-06-17 08:32:35 (GMT) |
| commit | 16eb56eacbe5d1d5f23b1db54e7b295227c03497 (patch) | |
| tree | 9beefe83ab158bb3232046f501c8d5cdc23edd2f | |
| parent | 76a7aa83d11c477ce17300a0b2d285df042baf3b (diff) | |
adt-run.1: Document --testname
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | runner/adt-run.1 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3a30a05..e87cf0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ autopkgtest (3.15) UNRELEASED; urgency=medium * adt-setup-vm: Add inclusion of interfaces.d/ to /etc/network/interfaces. This belongs into vmdebootstrap (#788792), but fix that locally for the time being. + * adt-run.1: Document --testname. -- Martin Pitt <mpitt@debian.org> Thu, 11 Jun 2015 16:02:07 +0200 diff --git a/runner/adt-run.1 b/runner/adt-run.1 index a79fec6..12a1abd 100644 --- a/runner/adt-run.1 +++ b/runner/adt-run.1 @@ -155,6 +155,10 @@ instead of (for Debian sources) or the Click manifest for the following test. +.TP +.BI --testname= TEST +Run only the given test name (from test control file) in the following test. + .SH LOGGING OPTIONS .TP |
