summaryrefslogtreecommitdiff
path: root/test/Subst
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-09-28 00:35:09 +0200
committerdirkbaechle <devnull@localhost>2012-09-28 00:35:09 +0200
commit21aab6cd889d35768cd19527d57ab62d46bc62b0 (patch)
tree1781448eb906652d808ea4bf50fdda4312fe23c1 /test/Subst
parentbfca4fd4b80657cc63149d9648f7309a84b4d07f (diff)
downloadscons-21aab6cd889d35768cd19527d57ab62d46bc62b0.tar.gz
- several smaller fixes to get all tests running under Buildbot again
Diffstat (limited to 'test/Subst')
-rw-r--r--test/Subst/TypeError.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Subst/TypeError.py b/test/Subst/TypeError.py
index a996a772..371ceffb 100644
--- a/test/Subst/TypeError.py
+++ b/test/Subst/TypeError.py
@@ -35,7 +35,7 @@ test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)
-expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is (not |un)subscriptable)' trying to evaluate `%s'
+expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is (not |un)subscriptable|'NoneType' object has no attribute '__getitem__')' trying to evaluate `%s'
"""
expect_read = "\n" + expect_build + TestSCons.file_expr