diff options
author | Matthew Woehlke <matthew.woehlke@kitware.com> | 2024-01-08 17:45:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-08 19:11:40 (GMT) |
commit | 20adf8cfce62e2af7bfae4d70957d6b44a94e9a2 (patch) | |
tree | ad855f3f1fb5d298937c8ba222e0ff7dadda6691 /Help/manual/ctest.1.rst | |
parent | b2ea53f4843233b9fe795ad6412287c5a13b663a (diff) | |
download | CMake-20adf8cfce62e2af7bfae4d70957d6b44a94e9a2.zip CMake-20adf8cfce62e2af7bfae4d70957d6b44a94e9a2.tar.gz CMake-20adf8cfce62e2af7bfae4d70957d6b44a94e9a2.tar.bz2 |
ctest: allow HTTP headers via command line
Add ability to specify HTTP headers via `ctest -T Submit`.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index b519ccf..d85c4c6 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -754,6 +754,16 @@ The available ``<dashboard-options>`` are the following: This option will submit extra files to the dashboard. +.. option:: --http-header <header> + + .. versionadded:: 3.29 + + Append HTTP header when submitting to the dashboard. + + This option will cause CTest to append the specified header + when submitting to the dashboard. + This option may be specified more than once. + .. option:: --http1.0 Submit using `HTTP 1.0`. |