[Piglit] [PATCH 1/4] crucible: fix getting values from piglit.conf

Juan A. Suarez Romero jasuarez at igalia.com
Thu May 3 14:18:29 UTC 2018


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


In any case, for the series:

Reviewed-by: Juan A. Suarez <jasuarez at 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(


More information about the Piglit mailing list