From patchwork Thu Nov 22 16:30:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] doc: Add new --filter-error-discard and --filter-error-keep options. Date: Thu, 22 Nov 2012 06:30:34 -0000 From: Colin King X-Patchwork-Id: 201082 Message-Id: <1353601834-5335-4-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Suppose we should add these to the man page too. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- doc/fwts.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/fwts.1 b/doc/fwts.1 index 09eee56..6a9eb91 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -95,6 +95,18 @@ Load ACPI tables from output generated from acpidump or from sudo fwts \-\-dump. latter is preferred as fwts \-\-dump is able to dump more tables than acpidump. This allows one to dump tables from one machine and processes them with fwts on another machine. .TP +.B \-\-filter\-error\-discard +Specifies the errors that one wants to silently ignore. One supplies a comma sperated +list of fwts error message labels that one wants fwts to not report as errors. fwts will +run the test but if there is a test failure and the label matches the one supplied in this +list fwts will then just ignore this error. This cannot be used with \-\-filter\-error\-keep. +.TP +.B \-\-filter\-error\-keep +Specifies the errors that one wants to keep, all other errors are silently ignored. +One supplies a comma sperated list of fwts error message labels that one wants fwts +report as errors, other test failures will be not reported and silently ignored. +This cannot be used with \-\-filter\-error\-discard. +.TP .B \-f, \-\-force\-clean creates a new results log file, rather than just appending to any existing one (default). .TP