Update the Test{Cmd,Common}.py 0.36, with better diff reporting
[scons.git] / test / scons-time / run / option / verbose.py
index 8b0be4ad12f19cd3b881bb4bc594620aa928b6d6..7f693d11cb7c3dfd37234082961c09704ca280b4 100644 (file)
@@ -35,8 +35,8 @@ import TestSCons_time
 _python_ = re.escape(TestSCons_time._python_)
 
 
-test = TestSCons_time.TestSCons_time(match = TestSCons_time.match_re)
-test.diff_function = TestSCons_time.diff_re
+test = TestSCons_time.TestSCons_time(match = TestSCons_time.match_re,
+                                     diff = TestSCons_time.diff_re)
 
 scons_py = re.escape(test.workpath('src', 'script', 'scons.py'))
 src_engine = re.escape(test.workpath('src', 'engine'))