summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-10-05 14:20:52 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-10-05 14:20:52 (GMT)
commitb304186bc574bab921c2da6a66d3e1fcf2f515ee (patch)
tree40b98ea91abe8e68ed16b4ce20d3fcb9b260c5d9 /Source/CTest/cmCTestRunTest.h
parent940733997ae841eec7424a11a4356775060a460b (diff)
downloadCMake-b304186bc574bab921c2da6a66d3e1fcf2f515ee.zip
CMake-b304186bc574bab921c2da6a66d3e1fcf2f515ee.tar.gz
CMake-b304186bc574bab921c2da6a66d3e1fcf2f515ee.tar.bz2
Match width of ctest "Start xx: " line to line up with the end test line
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r--Source/CTest/cmCTestRunTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h
index aeffbb8..bfeda20 100644
--- a/Source/CTest/cmCTestRunTest.h
+++ b/Source/CTest/cmCTestRunTest.h
@@ -46,7 +46,7 @@ public:
bool CheckOutput();
//launch the test process, return whether it started correctly
- bool StartTest();
+ bool StartTest(size_t total);
//capture and report the test results
bool EndTest(size_t completed, size_t total, bool started);
//Called by ctest -N to log the command string