mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
testsuite: Use Wayland by default
I'm tired of xwayland crashing and killing my shell.
This commit is contained in:
parent
62803c19f5
commit
73477b5abf
@ -19,13 +19,13 @@ if get_option('debug')
|
||||
endif
|
||||
|
||||
add_test_setup ('x11',
|
||||
is_default: true,
|
||||
env: common_env + [
|
||||
'GDK_BACKEND=x11',
|
||||
'TEST_OUTPUT_SUBDIR=x11',
|
||||
])
|
||||
|
||||
add_test_setup ('wayland',
|
||||
is_default: true,
|
||||
env: common_env + [
|
||||
'GDK_BACKEND=wayland',
|
||||
'TEST_OUTPUT_SUBDIR=wayland',
|
||||
|
Loading…
Reference in New Issue
Block a user