BUG: Exit properly on SCP submission

This commit is contained in:
Andy Cedilnik 2005-06-24 13:29:22 -04:00
parent 05d8429206
commit 359397e9a1
1 changed files with 1 additions and 0 deletions

View File

@ -883,6 +883,7 @@ int cmCTestSubmitHandler::ProcessHandler()
}
cmCTestLog(m_CTest, HANDLER_OUTPUT, " Submission successful" << std::endl);
ofs << " Submission successful" << std::endl;
return 0;
}
cmCTestLog(m_CTest, ERROR_MESSAGE, " Unknown submission method: \"" << m_CTest->GetCTestConfiguration("DropMethod") << "\"" << std::endl);
return -1;