Skip to content
Snippets Groups Projects
Commit 452e7674 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'ctest-log-output' into 'master'

Revert "[ctest] 1 GB output limit."

See merge request ogs/ogs!4972
parents 1a661420 e526f5f0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,3 @@ foreach(line IN LISTS LINES) ...@@ -10,7 +10,3 @@ 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