Skip to content

Commit 6eebf89

Browse files
committed
Increase maximum size of test output
1 parent 539632c commit 6eebf89

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ctest-custom.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ set(CTEST_SOURCE_DIRECTORY "/home/ci/scopehal-apps/")
1919
# default generator unless otherwise specified
2020
set(CTEST_CMAKE_GENERATOR "Unix Makefiles")
2121

22+
# Increase maximum output size for uploading
23+
set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "131072")
24+
set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "131072")
25+
2226
# azonenberg's dev box for testing
2327
if(${HOSTNAME} STREQUAL "havequick" )
2428
set(CTEST_SITE dev-havequick)

0 commit comments

Comments
 (0)