diff options
author | Brad King <brad.king@kitware.com> | 2024-01-09 15:54:45 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-01-09 15:54:54 (GMT) |
commit | 38234058ff68d3e28b8c4672033dd118127581be (patch) | |
tree | 755dc2af8a79580e45f3b12e03955b39783f2543 /Help/manual | |
parent | 7557a722a5126bef9ac6f5802b62be959a422910 (diff) | |
parent | 20adf8cfce62e2af7bfae4d70957d6b44a94e9a2 (diff) | |
download | CMake-38234058ff68d3e28b8c4672033dd118127581be.zip CMake-38234058ff68d3e28b8c4672033dd118127581be.tar.gz CMake-38234058ff68d3e28b8c4672033dd118127581be.tar.bz2 |
Merge topic 'ctest-cli-http-headers'
20adf8cfce ctest: allow HTTP headers via command line
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9123
Diffstat (limited to 'Help/manual')
-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 0917191..1924d4f 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`. |