regression.py
changeset 4119 9ffcf2400aa5
parent 4114 a6c5ccfa3451
child 4129 9b1f5d58dfb6
--- 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