diff options
-rw-r--r-- | test/SCCS/diskcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SCCS/diskcheck.py b/test/SCCS/diskcheck.py index a9df89b..ee29143 100644 --- a/test/SCCS/diskcheck.py +++ b/test/SCCS/diskcheck.py @@ -100,7 +100,7 @@ expect = """\ scons: warning: Ignoring missing SConscript '%(sub_SConscript)s' %(SConstruct_file_line)s -scons: *** Source `aaa.in' not found, needed by target `aaa.out'. Stop. +scons: *** [aaa.out] Source `aaa.in' not found, needed by target `aaa.out'. """ % locals() test.run(status=2, stderr=expect) |