Skip to content

Commit 976be11

Browse files
Uses terminal so it prints stuff as it goes
1 parent 223f5af commit 976be11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/TestRunner.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ foreach(target ${all_targets})
4747
COMMAND $<TARGET_FILE:${target}> --reporter console --reporter SonarQube::out=${sonarqube_report_file} --reporter
4848
JUnit::out=${junit_report_file}
4949
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
50+
USES_TERMINAL
5051
COMMENT "Running test ${target}"
5152
)
5253
endforeach()

0 commit comments

Comments
 (0)