From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbjTL-0005y6-Uo for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbjLL-0000wk-P4 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:03:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbjLL-0000wa-KD for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:03:51 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 3FD78A8D for ; Tue, 15 Sep 2015 06:03:51 +0000 (UTC) Date: Tue, 15 Sep 2015 14:03:49 +0800 From: Fam Zheng Message-ID: <20150915060349.GK14016@ad.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] iotests failure of 128 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, mreitz@redhat.com Since commit 934659c460d46c948cf348822fda1d38556ed9a4 (iotests: Do not suppress segfaults in bash tests), sudo in 128 complains about unknown command "_qemu_io_wrapper", but I don't know how to fix that. Any idea? 128 - output mismatch (see 128.out.bad) --- /home/fam/qemu/tests/qemu-iotests/128.out 2015-09-15 11:08:07.407819420 +0800 +++ 128.out.bad 2015-09-15 13:58:56.547396610 +0800 @@ -1,5 +1,5 @@ QA output created by 128 == reading from error device == -read failed: Input/output error +sudo: _qemu_io_wrapper: command not found *** done Failures: 128 Failed 1 of 1 tests