BUG: Exit properly on SCP submission
This commit is contained in:
parent
05d8429206
commit
359397e9a1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue