aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-01-05 03:28:27 +0000
committerjulie <julielangou@users.noreply.github.com>2011-01-05 03:28:27 +0000
commitfc22ffe70dc4e1a0c13b7975be2efcd1a4fe4d37 (patch)
treef8a4a6e3491c47c086840c0d63e09d2bd7bd2706 /CTestCustom.cmake.in
parentbb3a2fda5931bcbfd9f9aaceb8570a6e9e1aea9b (diff)
Removed output truncation on ctest submissions.
- Chuck Atkins (Kitware)
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 30240beb..05a51a9b 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -3,8 +3,10 @@
# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
#
-SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
-SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 50)
+SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 0)
+SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 0)
+SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 500)
+SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 500)
# Files to explicitly exclude from code coverage
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE