From patchwork Tue Jul 9 10:21:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 257694 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 621862C02A9 for ; Tue, 9 Jul 2013 20:21:25 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UwV2x-0003cI-Vb; Tue, 09 Jul 2013 10:21:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UwV2r-0003XF-AY for fwts-devel@lists.ubuntu.com; Tue, 09 Jul 2013 10:21:17 +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 1UwV2r-0003Iw-79 for fwts-devel@lists.ubuntu.com; Tue, 09 Jul 2013 10:21:17 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH][FWTS-TEST] arg-help-0001: add new --acpica option Date: Tue, 9 Jul 2013 11:21:16 +0100 Message-Id: <1373365276-18325-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- arg-help-0001/arg-help-0001.log | 1 + arg-help-0001/arg-help-0002.log | 1 + 2 files changed, 2 insertions(+) diff --git a/arg-help-0001/arg-help-0001.log b/arg-help-0001/arg-help-0001.log index 13ef221..2d0a6d1 100644 --- a/arg-help-0001/arg-help-0001.log +++ b/arg-help-0001/arg-help-0001.log @@ -1,3 +1,4 @@ +--acpica Enable ACPICA run time options. --acpica-debug Enable ACPICA debug/warning messages. -a, --all Run all tests. -b, --batch Run non-Interactive tests. diff --git a/arg-help-0001/arg-help-0002.log b/arg-help-0001/arg-help-0002.log index 13ef221..2d0a6d1 100644 --- a/arg-help-0001/arg-help-0002.log +++ b/arg-help-0001/arg-help-0002.log @@ -1,3 +1,4 @@ +--acpica Enable ACPICA run time options. --acpica-debug Enable ACPICA debug/warning messages. -a, --all Run all tests. -b, --batch Run non-Interactive tests.