[Piglit] [PATCH v2 1/4] tests/sanity: Make test group and name match the one in all.py
Dylan Baker
dylan at pnwbakers.com
Mon May 9 19:42:54 UTC 2016
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)
--
2.8.2
More information about the Piglit
mailing list