summaryrefslogtreecommitdiff
path: root/share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst')
-rw-r--r--share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst b/share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst
new file mode 100644
index 0000000..b36a6b8
--- /dev/null
+++ b/share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst
@@ -0,0 +1,16 @@
+CTEST_PROGRESS_OUTPUT
+---------------------
+
+.. include:: ENV_VAR.txt
+
+Boolean environment variable that affects how :manual:`ctest <ctest(1)>`
+command output reports overall progress. When set to ``1``, ``TRUE``, ``ON`` or anything
+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.
+
+The ``--progress`` option to :manual:`ctest <ctest(1)>` overrides this
+environment variable if both are given.