CTEST_OUTPUT_ON_FAILURE.rst 323 B

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