summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index d822fec..b949378 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -467,6 +467,9 @@ private:
bool CheckArgument(const std::string& arg, const char* varg1,
const char* varg2 = 0);
+ //! Output errors from a test
+ void OutputTestErrors(std::vector<char> const &process_output);
+
bool SuppressUpdatingCTestConfiguration;
bool Debug;
@@ -482,6 +485,8 @@ private:
cmGeneratedFileStream* OutputLogFile;
int OutputLogFileLastTag;
+
+ bool OutputTestOutputOnTestFailure;
};
class cmCTestLogWrite