Skip to content

Commit

Permalink
Enable logs capture in tests
Browse files Browse the repository at this point in the history
Enable logs capture in tests to see possible performance test errors.
  • Loading branch information
DifferentialOrange committed Dec 8, 2021
1 parent 6f2c04e commit 5a6e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CODE_COVERAGE_REPORT "${PROJECT_SOURCE_DIR}/luacov.report.out")
set(CODE_COVERAGE_STATS "${PROJECT_SOURCE_DIR}/luacov.stats.out")

add_custom_target(luatest
COMMAND ${LUATEST} -v --coverage
COMMAND ${LUATEST} -v -c --coverage
BYPRODUCTS ${CODE_COVERAGE_STATS}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Run regression tests"
Expand Down

0 comments on commit 5a6e025

Please sign in to comment.