diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-14 03:44:52 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-14 03:44:52 (GMT) |
commit | 87f783b6bdbdfe77ba3d92f41f7e0e9cda0de2d4 (patch) | |
tree | 5360eb8deb9fccf2ce09d1fba6cd3b727f56e834 /test/sconsign.py | |
parent | 415da53eb50ff3efadc22abfeeba1e7eb1042f71 (diff) | |
download | SCons-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.py | 2 |
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 .* ''' |