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/SConstruct.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/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index 48f2642..5387053 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+ """) |