1CTEST_PROGRESS_OUTPUT
2---------------------
3
4.. versionadded:: 3.13
5
6.. include:: ENV_VAR.txt
7
8Boolean environment variable that affects how :manual:`ctest <ctest(1)>`
9command output reports overall progress.  When set to ``1``, ``TRUE``, ``ON`` or anything
10else that evaluates to boolean true, progress is reported by repeatedly
11updating the same line.  This greatly reduces the overall verbosity, but is
12only supported when output is sent directly to a terminal.  If the environment
13variable is not set or has a value that evaluates to false, output is reported
14normally with each test having its own start and end lines logged to the
15output.
16
17The ``--progress`` option to :manual:`ctest <ctest(1)>` overrides this
18environment variable if both are given.
19