From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vo4xH-0006zL-Ey for qemu-devel@nongnu.org; Wed, 04 Dec 2013 00:25:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vo4xC-000647-11 for qemu-devel@nongnu.org; Wed, 04 Dec 2013 00:24:59 -0500 Received: from nodalink.pck.nerim.net ([62.212.105.220]:43643 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vo4xB-000642-Li for qemu-devel@nongnu.org; Wed, 04 Dec 2013 00:24:53 -0500 Date: Wed, 4 Dec 2013 06:24:41 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20131204052441.GD2781@irqsave.net> References: <1386119223-15584-1-git-send-email-famz@redhat.com> <1386119223-15584-6-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1386119223-15584-6-git-send-email-famz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 5/6] qemu-iotests: Clean up spaces in usage output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, =?iso-8859-1?Q?Beno=EEt?= Canet , qemu-devel@nongnu.org, stefanha@redhat.com, WenchaoXia Le Wednesday 04 Dec 2013 =E0 09:07:02 (+0800), Fam Zheng a =E9crit : > Whitespace changes to align columns. >=20 > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/common | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common > index b2a0944..8b4e22c 100644 > --- a/tests/qemu-iotests/common > +++ b/tests/qemu-iotests/common > @@ -132,7 +132,7 @@ s/ .*//p > echo "Usage: $0 [options] [testlist]"' > =20 > common options > - -v verbose > + -v verbose > =20 > check options > -raw test raw (default) > @@ -148,20 +148,20 @@ check options > -sheepdog test sheepdog > -nbd test nbd > -ssh test ssh > - -xdiff graphical mode diff > - -nocache use O_DIRECT on backing file > - -misalign misalign memory allocations > - -n show me, do not run tests > + -xdiff graphical mode diff > + -nocache use O_DIRECT on backing file > + -misalign misalign memory allocations > + -n show me, do not run tests > -o options -o options to pass to qemu-img create/convert > - -T output timestamps > - -r randomize test order > + -T output timestamps > + -r randomize test order > -c mode cache mode > =20 > testlist options > -g group[,group...] include tests from these groups > -x group[,group...] exclude tests from these groups > NNN include test NNN > - NNN-NNN include test range (eg. 012-021) > + NNN-NNN include test range (eg. 012-021) > ' > exit 0 > ;; > --=20 > 1.8.4.2 >=20 First time I found a bug while reviewing !! Reviewed-by: Benoit Canet