summaryrefslogtreecommitdiff
path: root/test/SConstruct.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 +0000
committerSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 +0000
commit87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4 (patch)
tree5360eb8deb9fccf2ce09d1fba6cd3b727f56e834 /test/SConstruct.py
parent415da53eb50ff3efadc22abfeeba1e7eb1042f71 (diff)
downloadscons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.gz
Make error and warning message consistent. (Anthony Roach)
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 48f2642a..53870539 100644
--- a/test/SConstruct.py
+++ b/test/SConstruct.py
@@ -33,7 +33,7 @@ test.run(arguments = ".",
status = 2,
stdout = "",
stderr = r"""
-SCons error: No SConstruct file found.
+scons: \*\*\* No SConstruct file found.
File "\S+", line \d+, in \S+
""")