summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-08 16:22:50 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-08 16:23:33 (GMT)
commitf984296ba8c663eba747454338d8839cdeb96421 (patch)
tree8597bb5d470dbc66aa5adea4d60b912b1e5a1d6b /Source/cmCTest.cxx
parentd25bcab161bfccb43cbeb43dfe96c805e2c27530 (diff)
downloadCMake-f984296ba8c663eba747454338d8839cdeb96421.zip
CMake-f984296ba8c663eba747454338d8839cdeb96421.tar.gz
CMake-f984296ba8c663eba747454338d8839cdeb96421.tar.bz2
CTest: Remove unfinished batch test mode
This was partially implemented by commit v2.8.0~154 (Added some ctest batch capabilities, 2009-09-10) but never finished.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index a4ca301..f5ddc23 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -267,7 +267,6 @@ cmCTest::cmCTest()
this->TestLoad = 0;
this->SubmitIndex = 0;
this->Failover = false;
- this->BatchJobs = false;
this->ForceNewCTestProcess = false;
this->TomorrowTag = false;
this->Verbose = false;
@@ -1819,9 +1818,6 @@ bool cmCTest::HandleCommandLineArguments(size_t& i,
if (this->CheckArgument(arg, "-V", "--verbose")) {
this->Verbose = true;
}
- if (this->CheckArgument(arg, "-B")) {
- this->BatchJobs = true;
- }
if (this->CheckArgument(arg, "-VV", "--extra-verbose")) {
this->ExtraVerbose = true;
this->Verbose = true;