diff options
author | Sam Freed <safreed@microsoft.com> | 2021-02-12 19:49:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-15 15:52:32 (GMT) |
commit | 7fd6bb6895c3c280dd73a76de05d0679ff0982a6 (patch) | |
tree | a44ef699461a7a7fc7c1fb2e2fce0bfde0e32afc /Help/manual/cmake-presets.7.rst | |
parent | 7f2203ab4ad131e831b0574bb79a0ccb65126b14 (diff) | |
download | CMake-7fd6bb6895c3c280dd73a76de05d0679ff0982a6.zip CMake-7fd6bb6895c3c280dd73a76de05d0679ff0982a6.tar.gz CMake-7fd6bb6895c3c280dd73a76de05d0679ff0982a6.tar.bz2 |
presets: Remove unintended rerunFailed option from test presets
This was accidentally included after discussion in #21391 had decided to
leave it out. It was never included in a release.
Issue: #21391
Diffstat (limited to 'Help/manual/cmake-presets.7.rst')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 9968239..49eb157 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -721,11 +721,6 @@ that may contain the following fields: ``json-v1`` - ``rerunFailed`` - - An optional bool. If true, equivalent to passing ``--rerun-failed`` on - the command line. - ``repeat`` An optional object specifying how to repeat tests. Equivalent to |