Skip to content

Commit

Permalink
For var_action tests, add --debug flag to capgen and update test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Nov 8, 2023
1 parent de0891f commit b1b215d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/var_action_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ while (VERBOSITY GREATER 0)
list(APPEND CAPGEN_CMD "--verbose")
MATH(EXPR VERBOSITY "${VERBOSITY} - 1")
endwhile ()
list(APPEND CAPGEN_CMD "--debug")
string(REPLACE ";" " " CAPGEN_STRING "${CAPGEN_CMD}")
MESSAGE(STATUS "Running: ${CAPGEN_STRING}")
EXECUTE_PROCESS(COMMAND ${CAPGEN_CMD} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
Expand Down

0 comments on commit b1b215d

Please sign in to comment.