Signed-off-by: Dylan Baker <[email protected]> --- tests/quick.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/tests/quick.py b/tests/quick.py index 0f8c7f3..939aded 100644 --- a/tests/quick.py +++ b/tests/quick.py @@ -1,15 +1,11 @@ # -*- coding: utf-8 -*- -import os.path - -global profile from framework.gleantest import GleanTest +from tests.all import profile __all__ = ['profile'] -GleanTest.globalParams += [ "--quick" ] - -execfile(os.path.dirname(__file__) + '/all.py') +GleanTest.globalParams += ["--quick"] # These take too long del profile.tests['shaders']['glsl-fs-inline-explosion'] -- 1.8.5.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
