1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +08:00

Help: Document ctest(1) --interactive-debug-mode limitation

Fixes: #22287
Issue: #20115
This commit is contained in:
Brad King
2021-06-09 14:33:21 -04:00
parent 5e26887c35
commit cf8710da74

View File

@@ -322,11 +322,13 @@ Options
Set the interactive mode to ``0`` or ``1``. Set the interactive mode to ``0`` or ``1``.
This option causes CTest to run tests in either an interactive mode This option causes CTest to run tests in either an interactive mode
or a non-interactive mode. On Windows this means that in or a non-interactive mode. In dashboard mode (``Experimental``, ``Nightly``,
non-interactive mode, all system debug pop up windows are blocked. ``Continuous``), the default is non-interactive. In non-interactive mode,
In dashboard mode (``Experimental``, ``Nightly``, ``Continuous``), the default the environment variable :envvar:`DASHBOARD_TEST_FROM_CTEST` is set.
is non-interactive. When just running tests not for a dashboard the
default is to allow popups and interactive debugging. Prior to CMake 3.11, interactive mode on Windows allowed system debug
popup windows to appear. Now, due to CTest's use of ``libuv`` to launch
test processes, all system debug popup windows are always blocked.
``--no-label-summary`` ``--no-label-summary``
Disable timing summary information for labels. Disable timing summary information for labels.