From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0aPk-0003o9-IK for qemu-devel@nongnu.org; Fri, 27 Jun 2014 13:58:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0aPe-0000Ku-1m for qemu-devel@nongnu.org; Fri, 27 Jun 2014 13:58:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0aPd-0000Kn-Pp for qemu-devel@nongnu.org; Fri, 27 Jun 2014 13:58:13 -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 s5RHwCjP031127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 13:58:12 -0400 Date: Fri, 27 Jun 2014 19:58:09 +0200 From: Kevin Wolf Message-ID: <20140627175809.GM5223@noname.redhat.com> References: <1400966700-23165-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400966700-23165-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/6] iotests: Allow out-of-tree run List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Fam Zheng , qemu-devel@nongnu.org, Stefan Hajnoczi , Markus Armbruster Am 24.05.2014 um 23:24 hat Max Reitz geschrieben: > This series enables qemu-iotests to be run in a build tree outside of > the source tree. It also makes the tests use the command for invoking > the Python interpreter specified through configure instead of always > using "/usr/bin/env python". Thanks, applied to the block branch. This is clearly an improvement, but it will still need a follow-up patch. 'make check-block' returns an error, I think because qemu-iotests-quick.sh runs in the source tree again. ./check: Zeile 107: /tmp/tmp/qemu/tests/qemu-iotests/common.env: Datei oder Verzeichnis nicht gefunden check: failed to source common.env (make sure the qemu-iotests are run from tests/qemu-iotests in the build tree) /tmp/tmp/qemu was my source directory for the test. Kevin