[Piglit] [PATCH 03/12] all.tests: Remove execfile(es3conform.tests)

Dylan Baker baker.dylan.c at gmail.com
Mon Dec 23 16:51:40 PST 2013


This option is now redundant, since it can be given explicitely at the
commandline.

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 tests/all.tests | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index b09340d..38c0f5d 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -64,11 +64,6 @@ def power_set(s):
 # Collecting all tests
 profile = TestProfile()
 
-try:
-    execfile(path.join(testsDir, 'es3conform.tests'))
-except SystemExit:
-    pass
-
 # List of all of the MSAA sample counts we wish to test
 MSAA_SAMPLE_COUNTS = (2, 4, 6, 8, 16, 32)
 
-- 
1.8.5.2



More information about the Piglit mailing list