[Piglit] [PATCH v2 1/4] tests/sanity: Make test group and name match the one in all.py

Brian Paul brianp at vmware.com
Mon May 9 20:43:21 UTC 2016


On 05/09/2016 01:42 PM, Dylan Baker wrote:
> This test has an extra instance of it's name in the sanity profile when
> compared to the all profile. Make them the same between the two
> profiles.
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>   tests/sanity.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/sanity.py b/tests/sanity.py
> index 8c2151e..6a729c6 100644
> --- a/tests/sanity.py
> +++ b/tests/sanity.py
> @@ -16,5 +16,5 @@ profile = TestProfile()
>
>   with profile.group_manager(
>           PiglitGLTest,
> -        grouptools.join('spec', '!OpenGL 1.0', 'gl-1.0-readpixsanity')) as g:
> +        grouptools.join('spec', '!OpenGL 1.0')) as g:
>       g(['gl-1.0-readpixsanity'], run_concurrent=True)
>

Series LGTM.  Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the Piglit mailing list