This option is now redundant, since it can be given explicitely at the commandline.
Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
