summaryrefslogtreecommitdiff
path: root/test/SConstruct.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 +0000
committerSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 +0000
commitd4e57deb7edf480a8c95542d4dd2afe4e756a137 (patch)
treedd5ca9d95dda271ba13b853f7abc2d82ccaacea8 /test/SConstruct.py
parentdd9a6d52a84c445b7516fc80b72f2baa3bc8b937 (diff)
downloadscons-d4e57deb7edf480a8c95542d4dd2afe4e756a137.tar.gz
Better test handling of File lines in stack traces. (Chad Austin)
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r--test/SConstruct.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py
index a3ad3aa8..b3fe9a01 100644
--- a/test/SConstruct.py
+++ b/test/SConstruct.py
@@ -34,8 +34,7 @@ test.run(arguments = ".",
stdout = "",
stderr = r"""
scons: \*\*\* No SConstruct file found.
-File "[^"]+", line \d+, in \S+
-""")
+""" + TestSCons.file_expr)
test.match_func = TestCmd.match_exact