From: José Fonseca <[email protected]> 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
