Skip to content

Commit

Permalink
Fix inaccuracy of --failed-only release note and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jun 20, 2024
1 parent b5dce88 commit cea0f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cea0f94

Please sign in to comment.