Skip to content
Snippets Groups Projects
Verified Commit 7ae4794c authored by Lars Bilke's avatar Lars Bilke
Browse files

[ctest] 1 GB output limit.

parent 970b6714
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,7 @@ foreach(line IN LISTS LINES) ...@@ -10,3 +10,7 @@ foreach(line IN LISTS LINES)
# and write the (changed) line ... # and write the (changed) line ...
file(APPEND "@PROJECT_BINARY_DIR@/CTestTestfile.cmake" "${STRIPPED}\n") file(APPEND "@PROJECT_BINARY_DIR@/CTestTestfile.cmake" "${STRIPPED}\n")
endforeach() endforeach()
# Limit test output to 1 GB to prevent lower default limit in Dash-mode
set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1073741824)
set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1073741824)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment