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 <[email protected]>
---
 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

_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to