summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CTEST_OUTPUT_ON_FAILURE.rst
blob: 9c6bd035ad550352dcfe89570cbe66f072353d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
CTEST_OUTPUT_ON_FAILURE
-----------------------

.. versionadded:: 3.10

.. include:: ENV_VAR.txt

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.