summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-10 12:18:55 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-06-10 12:19:00 (GMT)
commit49c165450f05a125f7e7b81e9eb0c7ba4a3b595a (patch)
tree388ca58f6842a6505ed38023cf3e6aa344bb8e80 /Help
parentdb168e84fca045f627e61ea3d9da726087a667a6 (diff)
parentcf8710da7471c69627d87a5f4bdbd30457caa40d (diff)
downloadCMake-49c165450f05a125f7e7b81e9eb0c7ba4a3b595a.zip
CMake-49c165450f05a125f7e7b81e9eb0c7ba4a3b595a.tar.gz
CMake-49c165450f05a125f7e7b81e9eb0c7ba4a3b595a.tar.bz2
Merge topic 'doc-ctest-interactive-popups'
cf8710da74 Help: Document ctest(1) --interactive-debug-mode limitation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Hirsch <michael@scivision.dev> Merge-request: !6211
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/ctest.1.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 72ef259..ab819f9 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -322,11 +322,13 @@ Options
Set the interactive mode to ``0`` or ``1``.
This option causes CTest to run tests in either an interactive mode
- or a non-interactive mode. On Windows this means that in
- non-interactive mode, all system debug pop up windows are blocked.
- In dashboard mode (``Experimental``, ``Nightly``, ``Continuous``), the default
- is non-interactive. When just running tests not for a dashboard the
- default is to allow popups and interactive debugging.
+ or a non-interactive mode. In dashboard mode (``Experimental``, ``Nightly``,
+ ``Continuous``), the default is non-interactive. In non-interactive mode,
+ the environment variable :envvar:`DASHBOARD_TEST_FROM_CTEST` is set.
+
+ 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``
Disable timing summary information for labels.