[Piglit] [PATCH] sanity.py: Remove trailing whitespace.
Vinson Lee
vlee at freedesktop.org
Mon Mar 9 23:08:31 PDT 2015
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
tests/sanity.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/sanity.py b/tests/sanity.py
index ce42433..93a884d 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -11,6 +11,6 @@ __all__ = ['profile']
profile = TestProfile()
with profile.group_manager(
- PiglitGLTest,
+ PiglitGLTest,
grouptools.join('spec', '!OpenGL 1.0', 'gl-1.0-readpixsanity')) as g:
g(['gl-1.0-readpixsanity'], run_concurrent=True)
--
2.3.2
More information about the Piglit
mailing list