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:
|
case cmCTestUpdateHandler::e_CVS:
|
||||||
updateOptions = m_CTest->GetCTestConfiguration("CVSUpdateOptions");
|
updateOptions = m_CTest->GetCTestConfiguration("CVSUpdateOptions");
|
||||||
|
if ( updateOptions.empty() )
|
||||||
|
{
|
||||||
|
updateOptions = "-dP";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case cmCTestUpdateHandler::e_SVN:
|
case cmCTestUpdateHandler::e_SVN:
|
||||||
updateOptions = m_CTest->GetCTestConfiguration("SVNUpdateOptions");
|
updateOptions = m_CTest->GetCTestConfiguration("SVNUpdateOptions");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user