[Piglit] [PATCH] Piglit-print-command: Remove the second parameters of 'loadTestProfile' when calling.
Yi Sun
yi.sun at intel.com
Fri Jan 4 21:29:39 PST 2013
Because of the modification of function loadTestProfile's defination, fix the parameters when calling it.
Signed-off-by: Yi Sun <yi.sun at intel.com>
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 5536856..7a3ba14 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
--
1.7.6.4
More information about the Piglit
mailing list