summaryrefslogtreecommitdiff
path: root/test/SConstruct.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-07-24 16:30:08 +0000
committerSteven Knight <knight@baldmt.com>2009-07-24 16:30:08 +0000
commit685d3bf29c701777b56ac75afcbdc649d4f8d5c5 (patch)
treef5b5919c4ab0244fefb6cde50eac274455c1a895 /test/SConstruct.py
parent106196aa28c57a3f99d4019d444d1ecabe8bc9d7 (diff)
downloadscons-685d3bf29c701777b56ac75afcbdc649d4f8d5c5.tar.gz
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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py
index 4b80f3e0..f061728d 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()