Because of the modification of function loadTestProfile's defination, fix the parameters when calling it.
Signed-off-by: Yi Sun <[email protected]> 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
