ENH: Add default update options
This commit is contained in:
parent
6ca7664b90
commit
3e99368485
|
@ -333,6 +333,10 @@ int cmCTestUpdateHandler::ProcessHandler()
|
|||
{
|
||||
case cmCTestUpdateHandler::e_CVS:
|
||||
updateOptions = m_CTest->GetCTestConfiguration("CVSUpdateOptions");
|
||||
if ( updateOptions.empty() )
|
||||
{
|
||||
updateOptions = "-dP";
|
||||
}
|
||||
break;
|
||||
case cmCTestUpdateHandler::e_SVN:
|
||||
updateOptions = m_CTest->GetCTestConfiguration("SVNUpdateOptions");
|
||||
|
|
Loading…
Reference in New Issue