Re: [Qemu-devel] [PATCH 5/7] iotests: Use $PYTHON for Python scripts

2014-05-16 Thread Max Reitz
On 16.05.2014 09:54, Fam Zheng wrote: On Fri, 05/16 00:26, Max Reitz wrote: diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index bd66630..9968db9 100755 --- a/tests/qemu-iotests/check +++ b/tests/qemu-iotests/check @@ -287,10 +287,17 @@ do start=`_wallclock`

Re: [Qemu-devel] [PATCH 5/7] iotests: Use $PYTHON for Python scripts

2014-05-16 Thread Fam Zheng
On Fri, 05/16 00:26, Max Reitz wrote: > diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check > index bd66630..9968db9 100755 > --- a/tests/qemu-iotests/check > +++ b/tests/qemu-iotests/check > @@ -287,10 +287,17 @@ do > > start=`_wallclock` > $timestamp && echo -n "

[Qemu-devel] [PATCH 5/7] iotests: Use $PYTHON for Python scripts

2014-05-15 Thread Max Reitz
Instead of invoking Python scripts directly via ./, use $PYTHON to obtain the correct Python interpreter command. Signed-off-by: Max Reitz --- tests/qemu-iotests/031 | 8 tests/qemu-iotests/036 | 6 +++--- tests/qemu-iotests/039 | 18 +- tests/qemu-iotests/054