summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-24 13:49:46 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-24 13:49:46 (GMT)
commit65c418e56ffb29f889bd14fc363fb221a0827948 (patch)
treecbbaba952c853535259a8944fc9b1756040c6b2d /Source/cmCTest.cxx
parentf10929ae7ce3d62c7f49ffc9a98abf5d6b267b81 (diff)
downloadCMake-65c418e56ffb29f889bd14fc363fb221a0827948.zip
CMake-65c418e56ffb29f889bd14fc363fb221a0827948.tar.gz
CMake-65c418e56ffb29f889bd14fc363fb221a0827948.tar.bz2
Reformat ctest -N output. Removed the "Start processing tests" message as well.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index a8086b6..fcc3052 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -797,7 +797,7 @@ int cmCTest::ProcessTests()
bool notest = true;
int update_count = 0;
- cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
+ //cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))
{