All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alvin =?unknown-8bit?q?=C5=A0ipraga?= <ALSI@bang-olufsen.dk>
To: iwd@lists.01.org
Subject: [PATCH 5/5] doc: update test-runner invocation documentation
Date: Wed, 27 Jan 2021 10:05:04 +0000	[thread overview]
Message-ID: <20210127100457.341757-5-alsi@bang-olufsen.dk> (raw)
In-Reply-To: <20210127100457.341757-1-alsi@bang-olufsen.dk>

[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]

The test-runner no longer recognizes -t to specify an autotest. Instead
it uses -A.
---
 doc/test-runner.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/test-runner.txt b/doc/test-runner.txt
index c5f29324..89a7c44c 100644
--- a/doc/test-runner.txt
+++ b/doc/test-runner.txt
@@ -137,16 +137,16 @@ tests shipped with IWD:
 	$ sudo ./test-runner
 
 One can specify a particular set of test configurations to be executed by using
-'-t <dir1,dir2>' parameter. An absolute path is necessary for the test
+'-A <dir1,dir2>' parameter. An absolute path is necessary for the test
 configuration directories outside of <iwd>/autotests.
 
 The command line may look as follows:
 
-	$ sudo ./test-runner -t test1,test3,/home/test4
+	$ sudo ./test-runner -A test1,test3,/home/test4
 
 Glob matching is also supported when specifying a test list:
 
-	$ sudo ./test-runner -t testWPA*
+	$ sudo ./test-runner -A testWPA*
 
 
 Creating Test Configurations
-- 
2.29.2

  parent reply	other threads:[~2021-01-27 10:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27 10:05 [PATCH 1/5] auto-t: add test for roaming retry timing Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-27 10:05 ` [PATCH 2/5] auto-t: throw exception if hostapd can't send BSS transition req Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-27 17:28   ` James Prestwood
2021-01-28  9:28     ` Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-27 10:05 ` [PATCH 3/5] doc: update kernel configuration instructions for KVM guests Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-27 19:20   ` Denis Kenzior
2021-01-27 10:05 ` [PATCH 4/5] doc: add python package requirements for test-runner Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-27 10:05 ` Alvin =?unknown-8bit?q?=C5=A0ipraga?= [this message]
2021-01-27 19:19 ` [PATCH 1/5] auto-t: add test for roaming retry timing Denis Kenzior
2021-01-28  9:31   ` Alvin =?unknown-8bit?q?=C5=A0ipraga?=
2021-01-28 15:17     ` Denis Kenzior
2021-01-27 19:21 ` James Prestwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210127100457.341757-5-alsi@bang-olufsen.dk \
    --to=alsi@bang-olufsen.dk \
    --cc=iwd@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.