summaryrefslogtreecommitdiffstats
path: root/test/sconsign.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-14 03:44:52 (GMT)
commit87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4 (patch)
tree5360eb8deb9fccf2ce09d1fba6cd3b727f56e834 /test/sconsign.py
parent415da53eb50ff3efadc22abfeeba1e7eb1042f71 (diff)
downloadSCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.zip
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.gz
SCons-87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4.tar.bz2
Make error and warning message consistent. (Anthony Roach)
Diffstat (limited to 'test/sconsign.py')
-rw-r--r--test/sconsign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sconsign.py b/test/sconsign.py
index ca8792d..5978da3 100644
--- a/test/sconsign.py
+++ b/test/sconsign.py
@@ -84,7 +84,7 @@ env.B1(target = 'sub1/foo.out', source = 'foo.in')
""")
stderr = '''
-SCons warning: Ignoring corrupt .sconsign file: sub1..sconsign
+scons: warning: Ignoring corrupt .sconsign file: sub1..sconsign
.*
'''