From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests 0/6] Improve the output of test runners Date: Tue, 15 Dec 2015 14:13:25 +0100 Message-ID: <20151215131325.GE17283@potion.brq.redhat.com> References: <1450128261-21170-1-git-send-email-rkrcmar@redhat.com> <566FE94B.8000300@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Andrew Jones To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42826 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751310AbbLONN2 (ORCPT ); Tue, 15 Dec 2015 08:13:28 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D9F84263C for ; Tue, 15 Dec 2015 13:13:28 +0000 (UTC) Content-Disposition: inline In-Reply-To: <566FE94B.8000300@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2015-12-15 11:19+0100, Paolo Bonzini: > On 14/12/2015 22:24, Radim Kr=C4=8Dm=C3=A1=C5=99 wrote: >> This series is a mix of patches that change the output of run_tests.= sh >> and x86-run. The output of ./run_tests.sh now looks like this: >=20 > I like the idea, thanks! I agree with Andrew about pretty much > everything, except that I like having the summary close to PASS/FAIL. I'm planning a summary without useless informaton in v2, which might be acceptable for everyone :) >>> qemu-kvm: Property '.hv-synic' not found >>> skip hyperv_synic (failed $(echo quit | $qemu -enable-kvm -cpu kvm6= 4,hv_synic -device hyperv-testdev -monitor stdio > /dev/null)) >=20 > Here I'd just print "failed check". Ok, thanks.