From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2nH-0004f8-MJ for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:22:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ2nD-0004Sj-Bh for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:22:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ2nD-0004RX-3h for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:22:35 -0500 Date: Thu, 27 Feb 2014 16:22:26 +0100 From: Stefan Hajnoczi Message-ID: <20140227152226.GA30987@stefanha-thinkpad.redhat.com> References: <1388363614-25411-1-git-send-email-loic@dachary.org> <1389211538-23364-1-git-send-email-loic@dachary.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389211538-23364-1-git-send-email-loic@dachary.org> Subject: Re: [Qemu-devel] [PATCH v2] discard rbd error output when not relevant in qemu-iotests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Loic Dachary Cc: Josh Durgin , qemu-devel@nongnu.org On Wed, Jan 08, 2014 at 09:05:38PM +0100, Loic Dachary wrote: > Suppress rbd progress messages with --no-progress so they are not > confused with an error output when comparing test results ( progress is > displayed on stderr ). > > Signed-off-by: Loic Dachary > --- > tests/qemu-iotests/common.rc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan