mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
testsuite: Improve setup name consistency
Rename the 'waylandgles' test setup to 'wayland_gles'.
This commit is contained in:
parent
9705ccbe2f
commit
e7bb7785fa
@ -104,7 +104,7 @@ fedora-x86_64:
|
||||
- LD_LIBRARY_PATH=${CI_PROJECT_DIR}/_install/lib64 meson compile -C _build_hello
|
||||
- .gitlab-ci/run-tests.sh _build x11
|
||||
- .gitlab-ci/run-tests.sh _build wayland
|
||||
- .gitlab-ci/run-tests.sh _build waylandgles
|
||||
- .gitlab-ci/run-tests.sh _build wayland_gles
|
||||
- .gitlab-ci/run-tests.sh _build wayland_smalltexture
|
||||
- .gitlab-ci/run-tests.sh _build broadway
|
||||
|
||||
|
@ -15,7 +15,7 @@ exclude_unstable = ['flaky', 'failing']
|
||||
setups = [
|
||||
{ 'backend': 'x11', 'if': x11_enabled, },
|
||||
{ 'backend': 'wayland', 'if': wayland_enabled, 'is_default': true, },
|
||||
{ 'name': 'waylandgles',
|
||||
{ 'name': 'wayland_gles',
|
||||
'backend': 'wayland', 'if': wayland_enabled,
|
||||
'env': ['GDK_DEBUG=gl-gles,default-settings'], },
|
||||
{ 'backend': 'win32', 'if': os_win32 },
|
||||
|
Loading…
Reference in New Issue
Block a user