[Piglit] [PATCH] tests/gpu: actually make it be a subset of the quick tests

Kenneth Graunke kenneth at whitecape.org
Wed Jan 15 07:55:18 PST 2014


On 01/15/2014 02:28 AM, Ilia Mirkin wrote:
> Commit 12cf501da67 (tests/gpu.py: Don't use execfile) accidentally
> switched from execfile'ing quick.py to importing tests.all. Change this
> to import tests.quick.
> 
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>  tests/gpu.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/gpu.py b/tests/gpu.py
> index 06138fc..d7690ae 100644
> --- a/tests/gpu.py
> +++ b/tests/gpu.py
> @@ -2,7 +2,7 @@
>  
>  # quick.tests minus compiler tests.
>  
> -from tests.all import profile
> +from tests.quick import profile
>  from framework.glsl_parser_test import GLSLParserTest
>  
>  __all__ = ['profile']
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the Piglit mailing list