Files
CMake/Help/envvar/CTEST_OUTPUT_ON_FAILURE.rst
Alex Turbov 9784834b4c Help: Use *.rst extension for included files
So, editor(s) can correctly highlight the RST syntax in the included files.
2025-04-14 03:07:46 +04:00

10 lines
331 B
ReStructuredText

CTEST_OUTPUT_ON_FAILURE
-----------------------
.. include:: include/ENV_VAR.rst
Boolean environment variable that controls if the output should be logged for
failed tests. Set the value to ``1``, ``True``, or ``ON`` to enable output on failure.
See :manual:`ctest(1)` for more information on controlling output of failed
tests.