Signed-off-by: Dylan Baker <[email protected]> --- tests/r500.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/tests/r500.py b/tests/r500.py index 57b80ce..a47cb8e 100644 --- a/tests/r500.py +++ b/tests/r500.py @@ -2,14 +2,10 @@ # Testing the r500 DRI driver # -import os.path +from test.quick import profile __all__ = ['profile'] -global profile - -execfile(os.path.dirname(__file__) + '/quick.tests') - # glean/blendFunc # R500 blending hardware appears to be a bit better than R300 env = profile.tests['glean']['blendFunc'].env -- 1.8.5.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
