Re: [Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env

2014-05-24 Thread Max Reitz
On 23.05.2014 15:33, Markus Armbruster wrote: Eric Blake writes: On 05/23/2014 12:10 AM, Fam Zheng wrote: On Thu, 05/22 23:30, Max Reitz wrote: Add a default common.env in case the one supposed to be emitted by configure cannot be found. Signed-off-by: Max Reitz Now we can run both from i

Re: [Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env

2014-05-23 Thread Markus Armbruster
Eric Blake writes: > On 05/23/2014 12:10 AM, Fam Zheng wrote: >> On Thu, 05/22 23:30, Max Reitz wrote: >>> Add a default common.env in case the one supposed to be emitted by >>> configure cannot be found. >>> >>> Signed-off-by: Max Reitz >> >> Now we can run both from in-tree build and out-of-t

Re: [Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env

2014-05-23 Thread Eric Blake
On 05/23/2014 12:10 AM, Fam Zheng wrote: > On Thu, 05/22 23:30, Max Reitz wrote: >> Add a default common.env in case the one supposed to be emitted by >> configure cannot be found. >> >> Signed-off-by: Max Reitz > > Now we can run both from in-tree build and out-of-tree build without this, > whic

Re: [Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env

2014-05-22 Thread Fam Zheng
On Thu, 05/22 23:30, Max Reitz wrote: > Add a default common.env in case the one supposed to be emitted by > configure cannot be found. > > Signed-off-by: Max Reitz Now we can run both from in-tree build and out-of-tree build without this, which is already very good, but we need this patch to ru

[Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env

2014-05-22 Thread Max Reitz
Add a default common.env in case the one supposed to be emitted by configure cannot be found. Signed-off-by: Max Reitz --- tests/qemu-iotests/common.env.default | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 tests/qemu-iotests/common.env.default diff --git a/tests/qemu-iotests/