Kaynağa Gözat

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

Andy Cedilnik 20 yıl önce
ebeveyn
işleme
8e3832c3d5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
Source/cmCTest.cxx

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