[Piglit] [PATCH 22/24] sanity.py: Make Test() command argument a list instead of string

Dylan Baker baker.dylan.c at gmail.com
Mon Jan 5 13:50:43 PST 2015


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 eb246e6..6a65348 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -10,4 +10,4 @@ __all__ = ['profile']
 profile = TestProfile()
 
 profile.tests['spec/!OpenGL 1.0/gl-1.0-readpixsanity'] = \
-        PiglitGLTest('gl-1.0-readpixsanity', run_concurrent=True)
+    PiglitGLTest(['gl-1.0-readpixsanity'], run_concurrent=True)
-- 
2.2.1



More information about the Piglit mailing list