From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vif9C-0000uu-MA for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:50:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vif97-0005u9-TL for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:50:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vif97-0005u4-Jx for qemu-devel@nongnu.org; Tue, 19 Nov 2013 01:50:49 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAJ6omB4028696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Nov 2013 01:50:49 -0500 Message-ID: <528B0A3A.6070303@redhat.com> Date: Tue, 19 Nov 2013 14:50:34 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1384759309-1188-1-git-send-email-famz@redhat.com> In-Reply-To: <1384759309-1188-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-iotests: Filter out "qemu-io> " in all tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com The second patch is too big in size (over 10M), and rejected by list=20 moderator. You can PULL from git branch: https://github.com/famz/qemu.git 035-filter-qemu-io On 2013=E5=B9=B411=E6=9C=8818=E6=97=A5 15:21, Fam Zheng wrote: > Fam Zheng (2): > qemu-iotests: Filter qemu-io output in 025 > qemu-iotests: Filter out 'qemu-io> ' prompt > > tests/qemu-iotests/013.out | 44080 ++++++++++++------------- > tests/qemu-iotests/014.out | 64204 ++++++++++++++++++----------= --------- > tests/qemu-iotests/017.out | 1080 +- > tests/qemu-iotests/018.out | 1080 +- > tests/qemu-iotests/019.out | 1636 +- > tests/qemu-iotests/020.out | 1080 +- > tests/qemu-iotests/022.out | 8816 ++--- > tests/qemu-iotests/023.out | 26800 ++++++++-------- > tests/qemu-iotests/024.out | 164 +- > tests/qemu-iotests/025 | 2 +- > tests/qemu-iotests/025.out | 18 +- > tests/qemu-iotests/028.out | 458 +- > tests/qemu-iotests/032.out | 68 +- > tests/qemu-iotests/035.out | 2 +- > tests/qemu-iotests/037.out | 616 +- > tests/qemu-iotests/038.out | 714 +- > tests/qemu-iotests/046.out | 232 +- > tests/qemu-iotests/047.out | 20 +- > tests/qemu-iotests/048.out | 18 +- > tests/qemu-iotests/common.filter | 3 +- > 20 files changed, 75546 insertions(+), 75545 deletions(-) >