summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-06-15 14:29:35 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-06-15 14:29:35 (GMT)
commit960dc2b10ff8651c5c7f1be566855c8440effd2b (patch)
tree8922f6d1865bd2c00e8aba0329451e58b7aaddd5 /Source/CTest/cmCTestMultiProcessHandler.h
parentd714b18ac5f415e15c5e03bf8f6aaeaf45e143f5 (diff)
downloadCMake-960dc2b10ff8651c5c7f1be566855c8440effd2b.zip
CMake-960dc2b10ff8651c5c7f1be566855c8440effd2b.tar.gz
CMake-960dc2b10ff8651c5c7f1be566855c8440effd2b.tar.bz2
Do not exit if stoptime is passed.
Diffstat (limited to 'Source/CTest/cmCTestMultiProcessHandler.h')
-rw-r--r--Source/CTest/cmCTestMultiProcessHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.h b/Source/CTest/cmCTestMultiProcessHandler.h
index d4f6c71..4f51b0b 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.h
+++ b/Source/CTest/cmCTestMultiProcessHandler.h
@@ -94,6 +94,7 @@ protected:
//Number of tests that are complete
size_t Completed;
size_t RunningCount;
+ bool StopTimePassed;
//list of test properties (indices concurrent to the test map)
PropertiesMap Properties;
std::map<int, bool> TestRunningMap;