diff options
author | Steven Knight <knight@baldmt.com> | 2009-07-24 16:30:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-07-24 16:30:08 (GMT) |
commit | f1ac141da175ed8939044f9a55146980cf4634a8 (patch) | |
tree | f5b5919c4ab0244fefb6cde50eac274455c1a895 /test/scons-time/run/option/verbose.py | |
parent | 10dc447016536d663d6031edc04e09cc50948130 (diff) | |
download | SCons-f1ac141da175ed8939044f9a55146980cf4634a8.zip SCons-f1ac141da175ed8939044f9a55146980cf4634a8.tar.gz SCons-f1ac141da175ed8939044f9a55146980cf4634a8.tar.bz2 |
Update the Test{Cmd,Common}.py 0.36, with better diff reporting
(specifically of output matches using regular expressions).
Update tests for corresponding inteface changes.
Add use of diff_re() to test/sconsign/script/Configure.py
so we can get accurate information about its buildbot failure.
Diffstat (limited to 'test/scons-time/run/option/verbose.py')
-rw-r--r-- | test/scons-time/run/option/verbose.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scons-time/run/option/verbose.py b/test/scons-time/run/option/verbose.py index 8b0be4a..7f693d1 100644 --- a/test/scons-time/run/option/verbose.py +++ b/test/scons-time/run/option/verbose.py @@ -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')) |