mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
closes #5340 exclude log_print.cc from coverage report
git-svn-id: file:///svn/toku/tokudb@46507 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
45d4ddce74
commit
1d23639249
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,8 @@ if(NOT @RUN_LONG_TESTS@)
|
||||||
list(APPEND CTEST_CUSTOM_TESTS_IGNORE ${long_running_tests})
|
list(APPEND CTEST_CUSTOM_TESTS_IGNORE ${long_running_tests})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
## ignore log_print.cc in coverage report
|
||||||
|
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE "log_print.cc")
|
||||||
|
|
||||||
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
|
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
|
||||||
"xz-4.999.9beta/src/liblzma" # don't complain about warnings in xz source
|
"xz-4.999.9beta/src/liblzma" # don't complain about warnings in xz source
|
||||||
|
|
Loading…
Add table
Reference in a new issue