I think patches 2 and 3 could be squashed in one.

In any case, for the series:

Reviewed-by: Juan A. Suarez <jasua...@igalia.com>


        J.A.


On Wed, 2018-05-02 at 13:57 -0700, Dylan Baker wrote:
> ---
>  tests/crucible.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/crucible.py b/tests/crucible.py
> index 279cadde8..796d0951a 100644
> --- a/tests/crucible.py
> +++ b/tests/crucible.py
> @@ -39,7 +39,7 @@ __all__ = ['profile']
>  
>  crucible_bin = os.environ.get('PIGLIT_CRUCIBLE_BIN', None)
>  if crucible_bin is None:
> -    crucible_bin = PIGLIT_CONFIG.safe_get(('crucible', 'bin'), True)
> +    crucible_bin = PIGLIT_CONFIG.safe_get('crucible', 'bin')
>  
>  if crucible_bin is None:
>      raise exceptions.PiglitFatalError(
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to