From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14gj-0004Sf-GM for qemu-devel@nongnu.org; Wed, 08 Jan 2014 20:45:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W14ge-0006Zy-HL for qemu-devel@nongnu.org; Wed, 08 Jan 2014 20:45:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14ge-0006Zk-8r for qemu-devel@nongnu.org; Wed, 08 Jan 2014 20:45:32 -0500 Date: Thu, 9 Jan 2014 09:45:14 +0800 From: Stefan Hajnoczi Message-ID: <20140109014514.GA10980@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! Reviewed-by: Stefan Hajnoczi