diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-27 13:42:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-27 13:42:32 (GMT) |
commit | 4a60f5a057ec473e80e0a0d8ea38b9bb6f0940a5 (patch) | |
tree | 0f609d42f590b431ba83c95e798123c3fdddc5d9 /config/cmake | |
parent | 5ef71ceb1d2b7ba09d97d5e8d607da2436089cf4 (diff) | |
download | hdf5-4a60f5a057ec473e80e0a0d8ea38b9bb6f0940a5.zip hdf5-4a60f5a057ec473e80e0a0d8ea38b9bb6f0940a5.tar.gz hdf5-4a60f5a057ec473e80e0a0d8ea38b9bb6f0940a5.tar.bz2 |
Update cdash max test output and VS version matching
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 0e1eb2e..d5d96bb 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -1,4 +1,9 @@ set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000) +# Allow full output to go to CDash set to 0 +SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 50000) +SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 50000) +# WARNING! This could be a lot of output and could overwhelm CDash and the +# MySQL DB so this might not be a good idea! set (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} |