Re: [Qemu-devel] [PATCH v3 0/7] iotests: Allow out-of-tree run

2014-05-22 Thread Max Reitz
On 22.05.2014 23:30, Max Reitz wrote: 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". v3: - Patch 1:

[Qemu-devel] [PATCH v3 0/7] iotests: Allow out-of-tree run

2014-05-22 Thread Max Reitz
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". v3: - Patch 1: - assume in-tree build when run from the