mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
cmake: Use progress output for tests
This means instead of printing at least two lines per successful test, we overwrite one line again and again with the current status, and for *failed* (i.e interesting) tests we print the output. Makes test failures much more visible.
This commit is contained in:
parent
77c434bc42
commit
0bcf5ac88d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ endif()
|
|||
add_custom_target(test
|
||||
COMMAND env CTEST_PARALLEL_LEVEL=${CTEST_PARALLEL_LEVEL}
|
||||
${CMAKE_CTEST_COMMAND} --force-new-ctest-process
|
||||
--output-on-failure
|
||||
--output-on-failure --progress
|
||||
DEPENDS fish_tests tests_buildroot_target
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue