From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOdQs-0000rk-Mv for qemu-devel@nongnu.org; Tue, 24 Sep 2013 20:58:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOdQk-0001XD-Cg for qemu-devel@nongnu.org; Tue, 24 Sep 2013 20:58:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOdQk-0001Ww-4j for qemu-devel@nongnu.org; Tue, 24 Sep 2013 20:58:14 -0400 Date: Wed, 25 Sep 2013 08:58:10 +0800 From: Fam Zheng Message-ID: <20130925005810.GA11134@T430s.nay.redhat.com> References: <1379990464-2721-1-git-send-email-famz@redhat.com> <1379990974-3348-1-git-send-email-famz@redhat.com> <20130924124945.GB12579@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130924124945.GB12579@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: fix test case 059 Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Tue, 09/24 14:49, Stefan Hajnoczi wrote: > On Tue, Sep 24, 2013 at 10:49:33AM +0800, Fam Zheng wrote: > > Since commit "block: Error parameter for open functions", error output > > is more verbose. Update test case output file to follow the change. > > This doesn't explain the "Formatting ..." trailing space change. > > If this has changed, please split the change into a separate patch, with > an explanation of when the space was introduced, and fix the other test > case output files: > > $ git grep '^Formatting' | grep '[^ ]$' > 017.out:Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=6442450944 > 018.out:Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=6442450944 > 048.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 > 059.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 > 059.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 > 059.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 > 063.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304 > 063.out:Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2097152 Not sure how it's introduced, it is actually ignored when comparing because we have "-w" for diff command. I'll drop the spaces here and send another revision, I'd like focus this series for fixing vmdk and leave the space clean up for another series (if necessary). Fam