From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests v2 10/12] run_tests: print summary Date: Fri, 18 Dec 2015 13:25:18 +0100 Message-ID: <20151218122517.GE21525@potion.brq.redhat.com> References: <1450374823-7648-1-git-send-email-rkrcmar@redhat.com> <1450374823-7648-11-git-send-email-rkrcmar@redhat.com> <20151217200603.GL14168@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Paolo Bonzini To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46233 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791AbbLRMZV (ORCPT ); Fri, 18 Dec 2015 07:25:21 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 136E8C0003F5 for ; Fri, 18 Dec 2015 12:25:21 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20151217200603.GL14168@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: 2015-12-17 14:06-0600, Andrew Jones: > On Thu, Dec 17, 2015 at 06:53:41PM +0100, Radim Kr=C4=8Dm=C3=A1=C5=99= wrote: >> Might be interesting and hopefully won't break too many scripts. >>=20 >> Signed-off-by: Radim Kr=C4=8Dm=C3=A1=C5=99 >> --- >> v2: >> - don't print "0 unexpected failures" in run_tests' summary. [Drew] >> (This could have been done in lib/report, but I'm not sure why we= want >> to always print it in the summary, so I've kept it there.) >=20 > I vote we kill it in lib/report. It's usually just noise. I support this.