Use the same Xvfb screen configuration as in the upstream GTK+ 4 Gitlab-CI tests

This will hopefully make GLX work (see also #874077)
This commit is contained in:
Simon McVittie
2018-09-19 10:00:20 +01:00
parent 0546a97d14
commit ddcdefa98c
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
xvfb-run python3 <<EOF
xvfb-run -a -s "-screen 0 1024x768x24" \
python3 <<EOF
from gi.repository import GLib, Gtk
def do_quit(user_data):