From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQnO-0000RZ-6w for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:31:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViQnI-0002Xm-7V for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:31:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQnH-0002Xb-W1 for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:31:20 -0500 Date: Mon, 18 Nov 2013 16:31:13 +0100 From: Kevin Wolf Message-ID: <20131118153113.GB5166@dhcp-200-207.str.redhat.com> References: <1384545246-13556-1-git-send-email-kwolf@redhat.com> <20131118151818.GC4083@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131118151818.GC4083@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH] qtest: Adding -display none to new tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 18.11.2013 um 16:18 hat Stefan Hajnoczi geschrieben: > On Fri, Nov 15, 2013 at 08:54:06PM +0100, Kevin Wolf wrote: > > Without it, you either get a window for a short time, or worse, test > > failures when 'make check' isn't run in an X session. > > > > Signed-off-by: Kevin Wolf > > --- > > tests/blockdev-test.c | 2 +- > > tests/qdev-monitor-test.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > Thanks, I merged earlier "[PATCH for-1.7] tests: add missing -display > none to qtests" patch. It didn't arrive in master yet. Are you sure it was queued in the block tree? Kevin