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/sconsign | |
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/sconsign')
-rw-r--r-- | test/sconsign/script/Configure.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sconsign/script/Configure.py b/test/sconsign/script/Configure.py index fb54dd2..865b607 100644 --- a/test/sconsign/script/Configure.py +++ b/test/sconsign/script/Configure.py @@ -37,7 +37,8 @@ import TestSConsign _obj = TestSCons._obj -test = TestSConsign.TestSConsign(match = TestSConsign.match_re) +test = TestSConsign.TestSConsign(match = TestSConsign.match_re, + diff = TestSConsign.diff_re) CC = test.detect('CC', norm=1) CC_dir, CC_file = os.path.split(CC) |