[Piglit] [PATCH 2/2] piglit-print-commands: make sure piglit.conf is read

Thomas Wood thomas.wood at intel.com
Wed Jul 16 03:18:58 PDT 2014


Some test profiles require configuration values from piglit.conf before they
can enumerate the tests.

Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 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



More information about the Piglit mailing list