[Piglit] [PATCH] tests/quick.py: Ensure glean receives the --quick parameter.

jfonseca at vmware.com jfonseca at vmware.com
Tue Jan 14 09:07:51 PST 2014


From: José Fonseca <jfonseca at vmware.com>

Which was lost as result of commit 5a12f3b9f0d6d93da1ac7a72c9806b1a831a1744.
---
 tests/quick.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/quick.py b/tests/quick.py
index 939aded..d603265 100644
--- a/tests/quick.py
+++ b/tests/quick.py
@@ -1,11 +1,16 @@
 # -*- coding: utf-8 -*-
 
+#
+# XXX: These lines must be the first statements for the GleanTest.globalParams
+# to be effective.  Do NOT add any import anything before.
+#
 from framework.gleantest import GleanTest
+GleanTest.globalParams += ["--quick"]
+
 from tests.all import profile
 
 __all__ = ['profile']
 
-GleanTest.globalParams += ["--quick"]
 
 # These take too long
 del profile.tests['shaders']['glsl-fs-inline-explosion']
-- 
1.8.3.2



More information about the Piglit mailing list