Skip to content

Commit

Permalink
Merge branch 'ctest-log-output' into 'master'
Browse files Browse the repository at this point in the history
Revert "[ctest] 1 GB output limit."

See merge request ogs/ogs!4972
  • Loading branch information
bilke committed Apr 8, 2024
2 parents 1a66142 + e526f5f commit 452e767
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/cmake/test/CTestCustom.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ foreach(line IN LISTS LINES)
# and write the (changed) line ...
file(APPEND "@PROJECT_BINARY_DIR@/CTestTestfile.cmake" "${STRIPPED}\n")
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 comments on commit 452e767

Please sign in to comment.