summaryrefslogtreecommitdiff
path: root/piglit-print-commands.py
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-07-16 10:47:38 +0100
committerThomas Wood <thomas.wood@intel.com>2014-07-17 13:27:08 +0100
commitf935763b003a697c5d0be078f0287797f6f731c2 (patch)
tree4be763070fc389bfaa4bd1a1cc6b9e144865e05f /piglit-print-commands.py
parent9e0c3ee1ab83206cb9b9eccd36c5d43524878951 (diff)
piglit-print-commands: make sure piglit.conf is read
Some test profiles require configuration values from piglit.conf before they can enumerate the tests. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Reveiwed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-print-commands.py')
-rwxr-xr-xpiglit-print-commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 7186326bb..17c26dae1 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()
parser = argparse.ArgumentParser(sys.argv)
parser.add_argument("-t", "--include-tests",
default = [],