浏览代码

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

Andy Cedilnik 20 年之前
父节点
当前提交
8e3832c3d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);