mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Mention ctest -N
This commit is contained in:
parent
3796b7b7fc
commit
3a5b0a8fec
@ -108,6 +108,9 @@ A useful hunting tool is `git grep`, which could be used like this:
|
||||
$ ctest -V -R PyQgsAuthManagerPasswordPostgresTest # use the CMakeLists.txt name
|
||||
```
|
||||
|
||||
You may also use `ctest -N` to get a list of test names according to
|
||||
ctest.
|
||||
|
||||
If you get `Could not connect to any X display` errors it means that your build
|
||||
machine does not have an X server. In that case you need to run the test under
|
||||
`xvfb-run`. For example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user