From 30e7bf5f0ddcbfef70313b9589a96ab8c30688e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= Date: Wed, 27 Jan 2021 10:05:04 +0000 Subject: [PATCH] doc: update test-runner invocation documentation 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 ' parameter. An absolute path is necessary for the test +'-A ' parameter. An absolute path is necessary for the test configuration directories outside of /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