CTEST_OUTPUT_ON_FAILURE.rst 347 B

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