Skip to content

Commit

Permalink
Re-ordered sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 4, 2024
1 parent 9db5c9a commit f5ea9e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/how-to/using-match.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@ Using ``match``
^^^^^^^^^^^^^^^

When a subset of a test plan run fails, it can be expensive to re-run it all.
To help with this, the ``match`` keyword was introduced. It allows you to re-run only a
subset of a test plan.
To help with this, the ``match`` keyword was introduced. It allows you to
re-run only a subset of a test plan.

Key features of ``match``:

* All tests in the bootstrap section will always be included
* Test Selection screen is still shown and functional, but only matching tests are shown
* Matched tests pull their dependencies automatically
* ``exclude`` has the priority over ``match``

To only re-run the ``wireless`` portion of the ``sru`` test plan, use the
following launcher:
Expand Down Expand Up @@ -43,10 +50,3 @@ To re-run all wireless tests but ``bg_np``:
[test selection]
exclude = .*wireless.*bg_np.*
match = .*wireless.*
Key features of ``match``:

* All tests in the bootstrap section will always be included
* Test Selection screen is still shown and functional, but only matching tests are shown
* Matched tests pull their dependencies automatically
* ``exclude`` has the priority over ``match``

0 comments on commit f5ea9e5

Please sign in to comment.