From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkEJq-000139-0M for qemu-devel@nongnu.org; Tue, 13 May 2014 11:08:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkEJj-0005qI-ND for qemu-devel@nongnu.org; Tue, 13 May 2014 11:08:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkEJj-0005q5-Fs for qemu-devel@nongnu.org; Tue, 13 May 2014 11:08:31 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4DF8TpF005545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 13 May 2014 11:08:29 -0400 Date: Tue, 13 May 2014 17:08:27 +0200 From: Kevin Wolf Message-ID: <20140513150827.GD5267@noname.redhat.com> References: <1399128428-25546-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1399128428-25546-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Use configured python List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 03.05.2014 um 16:47 hat Max Reitz geschrieben: > Currently, QEMU's iotests rely on /usr/bin/env to start the correct > Python (that is, at least Python 2.4, but not 3). On systems where > Python 3 is the default, the user has no clean way of making the iotests > use the correct binary. > > This commit makes the iotests use the Python selected by configure. > > Signed-off-by: Max Reitz Max, apparently this breaks out-of-tree build from a clean directory: [16:11] ../qemu/configure: line 4773: tests/qemu-iotests/common.env: No such file or directory [16:11] eh? [16:13] kwolf, stefanha: i think you broke srcdir != builddir [16:14] really? my pre-push test suites are all out-of-tree build (though not ditto from clean) [16:14] pm215: needs to be clean [16:14] pm215: tests/qemu-iotests is created at line 5165 Could you post a follow-up to fix this, please? Kevin