[Piglit] [PATCH 1/4] piglit: run glean tests with --quick option

Brian Paul brianp at vmware.com
Wed Nov 20 10:11:12 PST 2013


To get more reasonable run times.
---
 framework/gleantest.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/gleantest.py b/framework/gleantest.py
index 88432e0..7bfc62e 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -35,6 +35,7 @@ class GleanTest(ExecTest):
 
     def __init__(self, name):
         ExecTest.__init__(self, [glean_executable,
+                                 "--quick",
                                  "-o", "-v", "-v", "-v", "-t",
                                  "+"+name] + GleanTest.globalParams)
         self.name = name
-- 
1.7.10.4



More information about the Piglit mailing list