2018-10-28 12:09:07 +01:00
|
|
|
CTEST_PROGRESS_OUTPUT
|
|
|
|
---------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.13
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
|
2018-10-28 12:09:07 +01:00
|
|
|
Boolean environment variable that affects how :manual:`ctest <ctest(1)>`
|
2019-11-11 23:01:05 +01:00
|
|
|
command output reports overall progress. When set to ``1``, ``TRUE``, ``ON`` or anything
|
2018-10-28 12:09:07 +01:00
|
|
|
else that evaluates to boolean true, progress is reported by repeatedly
|
|
|
|
updating the same line. This greatly reduces the overall verbosity, but is
|
|
|
|
only supported when output is sent directly to a terminal. If the environment
|
|
|
|
variable is not set or has a value that evaluates to false, output is reported
|
|
|
|
normally with each test having its own start and end lines logged to the
|
|
|
|
output.
|
|
|
|
|
2022-11-16 20:14:03 +01:00
|
|
|
The :option:`--progress <ctest --progress>` option to :manual:`ctest <ctest(1)>`
|
|
|
|
overrides this environment variable if both are given.
|