mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
cmCTestRunTest: Drop unused members
This commit is contained in:
@@ -88,14 +88,6 @@ private:
|
|||||||
cmCTestTestHandler* TestHandler;
|
cmCTestTestHandler* TestHandler;
|
||||||
cmCTest* CTest;
|
cmCTest* CTest;
|
||||||
cmProcess* TestProcess;
|
cmProcess* TestProcess;
|
||||||
// If the executable to run is ctest, don't create a new process;
|
|
||||||
// just instantiate a new cmTest. (Can be disabled for a single test
|
|
||||||
// if this option is set to false.)
|
|
||||||
// bool OptimizeForCTest;
|
|
||||||
|
|
||||||
bool UsePrefixCommand;
|
|
||||||
std::string PrefixCommand;
|
|
||||||
|
|
||||||
std::string ProcessOutput;
|
std::string ProcessOutput;
|
||||||
std::string CompressedOutput;
|
std::string CompressedOutput;
|
||||||
double CompressionRatio;
|
double CompressionRatio;
|
||||||
|
|||||||
Reference in New Issue
Block a user