minor fixes to testing

This commit is contained in:
Ken Martin
2001-06-27 09:17:12 -04:00
parent c6418bd34b
commit c19c252e23
3 changed files with 40 additions and 7 deletions

View File

@@ -780,7 +780,8 @@ bool cmSystemTools::RunCommand(const char* command,
std::ifstream fin(tempFile.c_str());
if(!fin)
{
cmSystemTools::Error(command, " from RunCommand Faild to create output file",
cmSystemTools::Error(command,
" from RunCommand Failed to create output file: ",
tempFile.c_str());
return false;
}