Signed-off-by: Dylan Baker <[email protected]>
---
 tests/sanity.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/sanity.py b/tests/sanity.py
index 2cc47de..ce42433 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -10,5 +10,7 @@ __all__ = ['profile']
 
 profile = TestProfile()
 
-profile.tests[grouptools.join('spec', '!OpenGL 1.0', 'gl-1.0-readpixsanity')] 
= \
-    PiglitGLTest(['gl-1.0-readpixsanity'], run_concurrent=True)
+with profile.group_manager(
+        PiglitGLTest, 
+        grouptools.join('spec', '!OpenGL 1.0', 'gl-1.0-readpixsanity')) as g:
+    g(['gl-1.0-readpixsanity'], run_concurrent=True)
-- 
2.2.2

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

Reply via email to