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

Quoting Eric Anholt (2016-08-31 16:40:20)
> ---
>  tests/xts.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/xts.py b/tests/xts.py
> index c34b600883d8..9ff4eb99cc9d 100644
> --- a/tests/xts.py
> +++ b/tests/xts.py
> @@ -144,6 +144,7 @@ class XTSTest(Test):  # pylint: 
> disable=too-few-public-methods
>                  os.remove(self.test_results_file)
>          except IOError:
>              self.result.err = "No results file found"
> +            log = ""
>  
>          if self.result.returncode == 0:
>              if re.search('FAIL', self.result.out) is not None:
> -- 
> 2.9.3
> 
> _______________________________________________
> Piglit mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/piglit

Attachment: signature.asc
Description: signature

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

Reply via email to