diff options
Diffstat (limited to 'Help/command/ctest_upload.rst')
-rw-r--r-- | Help/command/ctest_upload.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/ctest_upload.rst b/Help/command/ctest_upload.rst index 39d9de1..ffddd0a 100644 --- a/Help/command/ctest_upload.rst +++ b/Help/command/ctest_upload.rst @@ -14,9 +14,13 @@ The options are: dashboard server. ``QUIET`` + .. versionadded:: 3.3 + Suppress any CTest-specific non-error output that would have been printed to the console otherwise. ``CAPTURE_CMAKE_ERROR <result-var>`` + .. versionadded:: 3.7 + Store in the ``<result-var>`` variable -1 if there are any errors running the command and prevent ctest from returning non-zero if an error occurs. |