Skip to content

Commit

Permalink
Increasing test output size for CDash, using CTestCustom.ctest file
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <vedantnimjed@gmail.com>
  • Loading branch information
vrnimje committed Aug 15, 2024
1 parent 54e422c commit d7de092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CTestCustom.ctest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Increase the default amount of test output captured to 1MB (both pass and fail)
set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576)
set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)

0 comments on commit d7de092

Please sign in to comment.