summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-11 13:43:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-11 13:43:15 (GMT)
commit1b48d361d81d537c738f6271cd17194f8c803284 (patch)
tree641be9067833afcfda5379f24dc1807fa3a54016
parent218bd8553ac14c9e5ec863ab6de7cdfc3e85fbfc (diff)
downloadCMake-1b48d361d81d537c738f6271cd17194f8c803284.zip
CMake-1b48d361d81d537c738f6271cd17194f8c803284.tar.gz
CMake-1b48d361d81d537c738f6271cd17194f8c803284.tar.bz2
fix number of callers to work with newer versions of valgrind
-rw-r--r--Source/CTest/cmCTestMemCheckHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestMemCheckHandler.cxx b/Source/CTest/cmCTestMemCheckHandler.cxx
index 47bb56a..0d15ddc 100644
--- a/Source/CTest/cmCTestMemCheckHandler.cxx
+++ b/Source/CTest/cmCTestMemCheckHandler.cxx
@@ -462,7 +462,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking()
if ( !this->MemoryTesterOptions.size() )
{
this->MemoryTesterOptions = "-q --tool=memcheck --leak-check=yes "
- "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=100";
+ "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=50";
}
if ( this->CTest->GetCTestConfiguration(
"MemoryCheckSuppressionFile").size() )