Update test/SCCS/diskcheck.py for recent GetBuildFailures()
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 30 Oct 2008 12:57:56 +0000 (12:57 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 30 Oct 2008 12:57:56 +0000 (12:57 +0000)
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

test/SCCS/diskcheck.py

index a9df89b850f9c5f38d794183c77485e300af7b0f..ee29143e4490159fd02b091aef9b3003359e178e 100644 (file)
@@ -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)