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 <mre...@redhat.com>
Max, apparently this breaks out-of-tree build from a clean directory: [16:11] <rth> ../qemu/configure: line 4773: tests/qemu-iotests/common.env: No such file or directory [16:11] <rth> eh? [16:13] <bonzini> kwolf, stefanha: i think you broke srcdir != builddir [16:14] <pm215> really? my pre-push test suites are all out-of-tree build (though not ditto from clean) [16:14] <bonzini> pm215: needs to be clean [16:14] <bonzini> pm215: tests/qemu-iotests is created at line 5165 Could you post a follow-up to fix this, please? Kevin