CTEST_PROGRESS_OUTPUT.rst 733 B

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