mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 07:38:19 +02:00
pyxtest: document the --display option in the README
Fixes: 4d79ddd0b4 ("pyxtest: add --display for running a test against a manually started server")
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2216>
This commit is contained in:
parent
54860e6c7f
commit
a49dc5c7d5
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ pytest test/pyxtest/ -v --server-type=xvfb --server-type=xwayland
|
|||
| `--valgrind-suppressions=PATH` | Path to a valgrind suppressions file |
|
||||
| `--server-type=TYPE` | Server type to test (`xvfb`, `xwayland`, `xorg`). Repeatable. Default: `xvfb` |
|
||||
| `--server-path=PATH` | Explicit path to the X server binary |
|
||||
| `--display=DISPLAY` | Connect to an existing server instead of starting one. Accepts `:N` or `N`. Mutually exclusive with `--valgrind` and `--server-path` |
|
||||
|
||||
## Environment variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue