Some test profiles require configuration values from piglit.conf before they can enumerate the tests.
Signed-off-by: Thomas Wood <[email protected]> --- piglit-print-commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piglit-print-commands.py b/piglit-print-commands.py index 7186326..3ef31f6 100755 --- a/piglit-print-commands.py +++ b/piglit-print-commands.py @@ -36,6 +36,7 @@ from framework.gleantest import GleanTest def main(): + core.get_config(None) parser = argparse.ArgumentParser(sys.argv) parser.add_argument("-t", "--include-tests", default = [], -- 1.9.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
