From: stevenknight Date: Thu, 30 Oct 2008 12:57:56 +0000 (+0000) Subject: Update test/SCCS/diskcheck.py for recent GetBuildFailures() X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92851eae284374de140a197fe4767b31fb2d5bdb;p=scons.git Update test/SCCS/diskcheck.py for recent GetBuildFailures() robustness change, which changed the exit message in this case. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3748 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/SCCS/diskcheck.py b/test/SCCS/diskcheck.py index a9df89b8..ee29143e 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)