Reviewed-by: Dylan Baker <[email protected]>

On Mon, Mar 09, 2015 at 02:15:16PM -0700, Vinson Lee wrote:
> Signed-off-by: Vinson Lee <[email protected]>
> ---
>  tests/igt.py | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/igt.py b/tests/igt.py
> index dd7a38a..2047781 100644
> --- a/tests/igt.py
> +++ b/tests/igt.py
> @@ -79,8 +79,8 @@ else:
>      assert os.path.exists(IGT_TEST_ROOT)
>  
>  # check for the test lists
> -if not (os.path.exists(os.path.join(IGT_TEST_ROOT, 'single-tests.txt'))
> -        and os.path.exists(os.path.join(IGT_TEST_ROOT, 'multi-tests.txt'))):
> +if not (os.path.exists(os.path.join(IGT_TEST_ROOT, 'single-tests.txt')) and
> +        os.path.exists(os.path.join(IGT_TEST_ROOT, 'multi-tests.txt'))):
>      print("intel-gpu-tools test lists not found.")
>      sys.exit(0)
>  
> @@ -115,7 +115,6 @@ class IGTTest(Test):
>              self.result['result'] = 'fail'
>  
>  
> -
>  def list_tests(listname):
>      """Parse igt test list and return them as a list."""
>      with open(os.path.join(IGT_TEST_ROOT, listname + '.txt'), 'r') as f:
> -- 
> 2.1.0
> 
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to