[Hide Content]==== //Abingdon/Libraries/src/cmake/cmake-2.4.2/Source/CTest/cmCTestScriptHandler.cxx#2 - G:\Abingdon\Libraries\src\cmake\cmake-2.4.2\Source\CTest\cmCTestScriptHandler.cxx ====
*** C:\WINNT\TEMP\t5896t1.tmp Mon Jul 31 14:58:32 2006
--- G:\Abingdon\Libraries\src\cmake\cmake-2.4.2\Source\CTest\cmCTestScriptHandler.cxx Mon Jul 31 14:35:42 2006
***************
*** 372,378 ****
this->Makefile->AddFunctionBlocker(f);
// finally read in the script
! if (!this->Makefile->ReadListFile(0, script.c_str()))
{
return 2;
}
--- 372,378 ----
this->Makefile->AddFunctionBlocker(f);
// finally read in the script
! if (!this->Makefile->ReadListFile(0, script.c_str()) || cmSystemTools::GetErrorOccuredFlag())
{
return 2;
}