ENH: Make CMake --build-and-test to be verbose by default

This commit is contained in:
Andy Cedilnik 2005-06-01 08:25:43 -04:00
parent 20bb808656
commit 8e3832c3d5

View File

@ -1465,6 +1465,7 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
if(cmakeAndTest) if(cmakeAndTest)
{ {
m_Verbose = true;
cmSystemTools::ResetErrorOccuredFlag(); cmSystemTools::ResetErrorOccuredFlag();
cmListFileCache::ClearCache(); cmListFileCache::ClearCache();
int retv = this->RunCMakeAndTest(output); int retv = this->RunCMakeAndTest(output);