summaryrefslogtreecommitdiff
path: root/tests/sanity.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sanity.py')
-rw-r--r--tests/sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sanity.py b/tests/sanity.py
index 6a729c638..cb66bd33c 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -14,7 +14,7 @@ __all__ = ['profile']
profile = TestProfile()
-with profile.group_manager(
+with profile.test_list.group_manager(
PiglitGLTest,
grouptools.join('spec', '!OpenGL 1.0')) as g:
g(['gl-1.0-readpixsanity'], run_concurrent=True)