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