From patchwork Thu Nov 29 10:18:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 202695 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 8C22E2C008E for ; Thu, 29 Nov 2012 21:18:09 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Te1C3-00074R-5R; Thu, 29 Nov 2012 10:18:07 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Te1C1-00074I-1X for fwts-devel@lists.ubuntu.com; Thu, 29 Nov 2012 10:18:05 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Te1C0-0007sB-Va for fwts-devel@lists.ubuntu.com; Thu, 29 Nov 2012 10:18:05 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH][FWTS-TEST] arg-help-0001: Add new options Date: Thu, 29 Nov 2012 10:18:04 +0000 Message-Id: <1354184284-1037-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Add --filter-error-discard and --filter-error-keep options as these have been added to fwts Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- arg-help-0001/arg-help-0001.log | 3 +++ arg-help-0001/arg-help-0002.log | 3 +++ 2 files changed, 6 insertions(+) diff --git a/arg-help-0001/arg-help-0001.log b/arg-help-0001/arg-help-0001.log index 2eb3c02..96dc789 100644 --- a/arg-help-0001/arg-help-0001.log +++ b/arg-help-0001/arg-help-0001.log @@ -6,6 +6,9 @@ logs. --dumpfile Load ACPI tables using file generated by acpidump, e.g. --dumpfile=acpidump.dat +--filter-error-discard Discard errors that match any of the specified + labels. +--filter-error-keep Keep errors that match any of the specified labels. -f, --force-clean Force a clean results log file. -h, -?, --help Print this help. -i, --interactive Just run Interactive tests. diff --git a/arg-help-0001/arg-help-0002.log b/arg-help-0001/arg-help-0002.log index 2eb3c02..96dc789 100644 --- a/arg-help-0001/arg-help-0002.log +++ b/arg-help-0001/arg-help-0002.log @@ -6,6 +6,9 @@ logs. --dumpfile Load ACPI tables using file generated by acpidump, e.g. --dumpfile=acpidump.dat +--filter-error-discard Discard errors that match any of the specified + labels. +--filter-error-keep Keep errors that match any of the specified labels. -f, --force-clean Force a clean results log file. -h, -?, --help Print this help. -i, --interactive Just run Interactive tests.