aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2013-01-05 13:29:39 +0800
committerKenneth Graunke <kenneth@whitecape.org>2013-01-04 22:58:50 -0800
commitbd4712c38cb33989648264f725e171cbb69b15a5 (patch)
tree22e94b0f92656696656bd056df247965edbdde24
parentd708e3f7f46c51d523ec5cb197d7c9980cd07e44 (diff)
piglit-print-commands: Remove the second parameter of 'loadTestProfile' when calling.
Because of the modification of function loadTestProfile's defination, fix the parameters when calling it. This makes piglit-print-commands.py work again, which was broken by commit 9a4bc09db00dde770a648a9fccfc249e465bc262. Signed-off-by: Yi Sun <yi.sun@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rwxr-xr-xpiglit-print-commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 55368569..7a3ba147 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -101,7 +101,7 @@ def main():
piglit_dir = path.dirname(path.realpath(sys.argv[0]))
os.chdir(piglit_dir)
- profile = core.loadTestProfile(profileFilename, "$GLEAN_RESULT_DIR")
+ profile = core.loadTestProfile(profileFilename)
# If resuming an interrupted test run, re-write all of the existing
# results since we clobbered the results file. Also, exclude them