cmake/Help/envvar/CTEST_OUTPUT_ON_FAILURE.rst

10 lines
323 B
ReStructuredText
Raw Normal View History

2018-01-26 17:06:56 +01:00
CTEST_OUTPUT_ON_FAILURE
-----------------------
2019-11-11 23:01:05 +01:00
.. include:: ENV_VAR.txt
2018-01-26 17:06:56 +01:00
Boolean environment variable that controls if the output should be logged for
2019-11-11 23:01:05 +01:00
failed tests. Set the value to ``1``, ``True``, or ``ON`` to enable output on failure.
2018-01-26 17:06:56 +01:00
See :manual:`ctest(1)` for more information on controlling output of failed
tests.