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/SConstruct.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/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index 4b80f3e..f061728 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -36,7 +36,7 @@ test.run(arguments = ".", scons: \*\*\* No SConstruct file found. """ + TestSCons.file_expr) -test.match_func = TestCmd.match_exact +test.match_function = TestCmd.match_exact wpath = test.workpath() |