From patchwork Thu Jun 17 20:11:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1493928 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G5Y9y2MZ3z9sRN for ; Fri, 18 Jun 2021 06:12:06 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ltyMt-00060c-Eh; Thu, 17 Jun 2021 20:12:03 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ltyMs-00060F-Bp for fwts-devel@lists.ubuntu.com; Thu, 17 Jun 2021 20:12:02 +0000 Received: from d75-158-101-9.abhsia.telus.net ([75.158.101.9] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1ltyMr-0002ZA-SB; Thu, 17 Jun 2021 20:12:02 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH 3/4] live-image: add utils tests to "Selected" menu Date: Thu, 17 Jun 2021 14:11:52 -0600 Message-Id: <20210617201153.67045-3-alex.hung@canonical.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210617201153.67045-1-alex.hung@canonical.com> References: <20210617201153.67045-1-alex.hung@canonical.com> MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- live-image/fwts-frontend-text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text index 5ac327dd..815b09ee 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -99,7 +99,7 @@ select_tests() # # Discover available tests # - fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS + fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS while read test text do ((x++))