summaryrefslogtreecommitdiffstats
path: root/test/SCCS/diskcheck.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-30 12:57:56 (GMT)
committerSteven Knight <knight@baldmt.com>2008-10-30 12:57:56 (GMT)
commit6ca143ef9ea732e9104d17f467375a3fa0dfa568 (patch)
tree69e199e62788d0bebe8cc907c093c0651b7ad5f8 /test/SCCS/diskcheck.py
parent5fd87164b2391dbbba783f9f10f6721729a71e6d (diff)
downloadSCons-6ca143ef9ea732e9104d17f467375a3fa0dfa568.zip
SCons-6ca143ef9ea732e9104d17f467375a3fa0dfa568.tar.gz
SCons-6ca143ef9ea732e9104d17f467375a3fa0dfa568.tar.bz2
Update test/SCCS/diskcheck.py for recent GetBuildFailures()
robustness change, which changed the exit message in this case.
Diffstat (limited to 'test/SCCS/diskcheck.py')
-rw-r--r--test/SCCS/diskcheck.py2
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)