summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-01 12:25:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-01 12:25:43 (GMT)
commit8e3832c3d5540121ed78b81dafa6ab3e5c1d8889 (patch)
treecb314b1b2183c2590a8b11e2a2db140b55229d14 /Source
parent20bb8086568d63b268dea897e93c5bee9be95455 (diff)
downloadCMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.zip
CMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.tar.gz
CMake-8e3832c3d5540121ed78b81dafa6ab3e5c1d8889.tar.bz2
ENH: Make CMake --build-and-test to be verbose by default
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
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);