mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: add a filter for iteration
Debugging is easier if we can explicitly run a single iteration only. This filter could be a range but for now it's sufficient to be able to run a single test only.
This commit is contained in:
parent
82de0613d6
commit
3f6521819f
2 changed files with 16 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ extern "C" {
|
|||
* Disabling forking makes it easy to debug but should always be used with
|
||||
* `--filter-test`. Any test that modifies its environment will affect
|
||||
* subsequent tests and may invalidate the test results.
|
||||
*
|
||||
* Where a test has multiple iterations, use `--filter-iteration` to only run
|
||||
* one single iteration.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue