From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQav-0001j8-AA for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:18:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViQak-0005yk-3U for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:18:33 -0500 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:62543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQaj-0005yY-T4 for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:18:22 -0500 Received: by mail-wg0-f42.google.com with SMTP id k14so4658797wgh.1 for ; Mon, 18 Nov 2013 07:18:21 -0800 (PST) Date: Mon, 18 Nov 2013 16:18:18 +0100 From: Stefan Hajnoczi Message-ID: <20131118151818.GC4083@stefanha-thinkpad.redhat.com> References: <1384545246-13556-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384545246-13556-1-git-send-email-kwolf@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: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com 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.