testsuite: Use Wayland by default

I'm tired of xwayland crashing and killing my shell.
This commit is contained in:
Matthias Clasen 2020-07-30 22:15:56 -04:00
parent 62803c19f5
commit 73477b5abf

View File

@ -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',