Skip to content

Commit

Permalink
increase the size of ctest passed log message to 16kB from 1kB
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Oct 5, 2024
1 parent 505c45e commit dcab779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_custom_target(check
)

add_custom_target(check_cdash
COMMAND ctest -D Nightly $(JOBS) --verbose --output-on-failure
COMMAND ctest -D Nightly $(JOBS) --verbose --test-output-size-passed 16384 --output-on-failure
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/../
)

Expand Down

0 comments on commit dcab779

Please sign in to comment.