diff -r 1dfe215a2b73 -r 9ffcf2400aa5 regression.py --- a/regression.py Sat Jan 24 15:51:09 2009 +0000 +++ b/regression.py Sat Jan 24 18:09:29 2009 +0000 @@ -125,7 +125,7 @@ wutils.run_argv(argv, cwd=trace_output_path) else: wutils.run_program(program, - command_template=wutils.get_command_template(*arguments), + command_template=wutils.get_command_template(self.env, arguments), cwd=trace_output_path) if Options.options.verbose: @@ -157,7 +157,7 @@ retval = wutils.run_argv(argv, cwd=trace_output_path) else: retval = wutils.run_program(program, - command_template=wutils.get_command_template(*arguments), + command_template=wutils.get_command_template(self.env, arguments), cwd=trace_output_path) return retval