From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9n3-0003r0-M9 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:38:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj9my-0000Oe-De for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:38:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9my-0000OW-68 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:38:32 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SGcVNe027673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 12:38:31 -0400 Date: Tue, 28 Oct 2014 17:38:29 +0100 From: Kevin Wolf Message-ID: <20141028163829.GE4828@noname.str.redhat.com> References: <1414404776-4919-1-git-send-email-mreitz@redhat.com> <1414404776-4919-8-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1414404776-4919-8-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 7/7] iotests: Expand test 061 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 27.10.2014 um 11:12 hat Max Reitz geschrieben: > Add some tests for progress output to 061. >=20 > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > Reviewed-by: Beno=EEt Canet > diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group > index 9bbd5d3..6e67da4 100644 > --- a/tests/qemu-iotests/group > +++ b/tests/qemu-iotests/group > @@ -67,7 +67,7 @@ > 058 rw auto quick > 059 rw auto quick > 060 rw auto quick > -061 rw auto quick > +061 rw auto > 062 rw auto quick > 063 rw auto quick > 064 rw auto quick It's still quick enough for me, why the change? Kevin