diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-01 12:25:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-01 12:25:43 (GMT) |
commit | 8e3832c3d5540121ed78b81dafa6ab3e5c1d8889 (patch) | |
tree | cb314b1b2183c2590a8b11e2a2db140b55229d14 | |
parent | 20bb8086568d63b268dea897e93c5bee9be95455 (diff) | |
download | CMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.zip CMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.tar.gz CMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.tar.bz2 |
ENH: Make CMake --build-and-test to be verbose by default
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 5191ea0..740a7d6 100644 --- a/Source/cmCTest.cxx +++ b/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); |