Skip to content

Commit 0b43ec6

Browse files
Enable logs capture in tests
Enable logs capture in tests to see possible performance test errors.
1 parent d22a29d commit 0b43ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CODE_COVERAGE_REPORT "${PROJECT_SOURCE_DIR}/luacov.report.out")
3030
set(CODE_COVERAGE_STATS "${PROJECT_SOURCE_DIR}/luacov.stats.out")
3131

3232
add_custom_target(luatest
33-
COMMAND ${LUATEST} -v --coverage
33+
COMMAND ${LUATEST} -v -c --coverage
3434
BYPRODUCTS ${CODE_COVERAGE_STATS}
3535
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
3636
COMMENT "Run regression tests"

0 commit comments

Comments
 (0)