Skip to content

Commit

Permalink
Increasing output sizes for better reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 27, 2013
1 parent 9d56eb4 commit ae341c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# do not take mapm into the coverage analysis
SET (CTEST_CUSTOM_COVERAGE_EXCLUDE "mapm.*")
SET (CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 8192)
SET (CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 8192)
SET (CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576)
SET (CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 102400)

# other possible options
# CTEST_CUSTOM_ERROR_MATCH Regular expression for errors during build process
Expand Down

0 comments on commit ae341c1

Please sign in to comment.