[Piglit] [PATCH 1/2] radeon.tests: Include quick-driver.tests instead of quick.tests

Tom Stellard tstellar at gmail.com
Sat Sep 25 22:39:50 PDT 2010


---
 tests/radeon.tests |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/radeon.tests b/tests/radeon.tests
index a335b16..b1489d8 100644
--- a/tests/radeon.tests
+++ b/tests/radeon.tests
@@ -6,7 +6,7 @@
 import os
 import re
 
-execfile(os.path.dirname(__file__) + '/quick.tests')
+execfile(os.path.dirname(__file__) + '/quick-driver.tests')
 
 from framework.core import *
 from framework.gleantest import *
-- 
1.7.2.2



More information about the Piglit mailing list