From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 11CC710E54A for ; Tue, 17 Jan 2023 14:06:22 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.27.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id C87BF5805CB for ; Tue, 17 Jan 2023 06:06:20 -0800 (PST) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1pHmbR-00Ba0x-22 for igt-dev@lists.freedesktop.org; Tue, 17 Jan 2023 15:06:17 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Tue, 17 Jan 2023 15:05:56 +0100 Message-Id: <20230117140607.2759816-2-mauro.chehab@linux.intel.com> In-Reply-To: <20230117140607.2759816-1-mauro.chehab@linux.intel.com> References: <20230117140607.2759816-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 01/12] code_cov_parse_info: silent some messages by default List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Those aren't really needed on normal output. Signed-off-by: Mauro Carvalho Chehab --- scripts/code_cov_parse_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/code_cov_parse_info b/scripts/code_cov_parse_info index 72a1e8c2b0ad..1498bd09cdba 100755 --- a/scripts/code_cov_parse_info +++ b/scripts/code_cov_parse_info @@ -1030,7 +1030,7 @@ if ($has_filter) { } my $ntests=scalar(%test_names); -printf "Number of tests: %d\n", $ntests if ($ntests > 1); +printf "Number of tests: %d\n", $ntests if ($stat && $ntests > 1); if ($show_files) { for my $f(sort keys %used_source) { -- 2.39.0