Re: [Piglit] [PATCH 1/2] all.py: fix version checks in is_feature_directory_supported()

2017-11-13 Thread Dylan Baker
for the series: Reviewed-by: Dylan Baker Quoting Brian Paul (2017-11-13 13:06:27) > The wflinfo versions should be floats already, so don't call float() again. > If querying the ES api/version fails, we'll get None for the version number > so check for that. > --- > tests/all.py | 16 ---

[Piglit] [PATCH 1/2] all.py: fix version checks in is_feature_directory_supported()

2017-11-13 Thread Brian Paul
The wflinfo versions should be floats already, so don't call float() again. If querying the ES api/version fails, we'll get None for the version number so check for that. --- tests/all.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/all.py b/tests/all.