summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-03-18 14:28:10 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-03-18 14:29:02 (GMT)
commita2fe175647718a562e41c84717b67917adbe584d (patch)
treed8b3110d644b1bf52b999fdb3bc559cf7e4afcf2 /Source
parent1560d9dcca7312def996022b4702dc739ba2badb (diff)
downloadCMake-a2fe175647718a562e41c84717b67917adbe584d.zip
CMake-a2fe175647718a562e41c84717b67917adbe584d.tar.gz
CMake-a2fe175647718a562e41c84717b67917adbe584d.tar.bz2
More debugging of StopTime test
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/cmCTestRunTest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestRunTest.cxx b/Source/CTest/cmCTestRunTest.cxx
index 549de81..8e7b9cd 100644
--- a/Source/CTest/cmCTestRunTest.cxx
+++ b/Source/CTest/cmCTestRunTest.cxx
@@ -545,6 +545,8 @@ double cmCTestRunTest::ResolveTimeout()
this->CTest->GetStopTime().c_str(),
timezone);
+ cmCTestLog(this->CTest, HANDLER_OUTPUT, "Computed stop time="
+ << buf << std::endl);
time_t stop_time = curl_getdate(buf, &current_time);
if(stop_time == -1)
{