[PATCH] iotests/testrunner: fix recognition of python tests

2021-01-29 Thread Vladimir Sementsov-Ogievskiy
We should drop final '\n' before comparing with python3 shebang. Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/testrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/testrunner.py b

Re: [PATCH] iotests/testrunner: fix recognition of python tests

2021-01-29 Thread Thomas Huth
On 29/01/2021 10.06, Vladimir Sementsov-Ogievskiy wrote: We should drop final '\n' before comparing with python3 shebang. Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/testrunner.py | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] iotests/testrunner: fix recognition of python tests

2021-01-29 Thread Kevin Wolf
Am 29.01.2021 um 10:06 hat Vladimir Sementsov-Ogievskiy geschrieben: > We should drop final '\n' before comparing with python3 shebang. > > Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 > Signed-off-by: Vladimir Sementsov-Ogievskiy Thanks, applied to the block branch. Kevin

Re: [PATCH] iotests/testrunner: fix recognition of python tests

2021-01-29 Thread John Snow
On 1/29/21 4:06 AM, Vladimir Sementsov-Ogievskiy wrote: We should drop final '\n' before comparing with python3 shebang. Fixes: d74c754c924ca34e90b7c96ce2f5609d82c0e628 Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: John Snow --- tests/qemu-iotests/testrunner.py | 2 +- 1 file