diff --git a/docs/guide.rst b/docs/guide.rst index f0c8865192..f39d94d950 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -916,9 +916,9 @@ Executing failed tests again after fixing them is now possible with `tmt run --all --again tests --failed-only`. This is only possible when you have the run directory available -and `--id` argument provided (or use `--last`) as it needs the data from execute step -to select only failed test cases. After new execute step, tmt will -again merge the results from the previous run with the new ones +and `--id` argument provided (or use `--last`) as it needs the data from +execute step to select only failed test cases. After new execute step, +tmt will again merge the results from the previous run with the new ones to keep all the data for full report. .. code-block:: shell diff --git a/docs/releases.rst b/docs/releases.rst index bf8c7ae15b..663061d4e9 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -9,7 +9,7 @@ tmt-1.34 The :ref:`/spec/tests/duration` now supports multiplication. -Added option ``--failed-only`` to the test attributes, +Added option ``--failed-only`` to the ``tmt run tests`` subcommand, enabling rerunning failed tests from previous runs. The :ref:`plugins/report/reportportal` plugin copies