Remove use of xvfb to check that the tests run headless

This commit is contained in:
David Boddie
2019-08-01 18:15:42 +02:00
parent 9344a13bed
commit ad5e4f58bb

View File

@ -28,4 +28,4 @@ test:
dependencies: dependencies:
- build_meson - build_meson
script: script:
- xvfb-run -s -noreset ninja -C _build test - ninja -C _build test