testsuite: Improve setup name consistency
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Mar 2023 14:19:00 +0000 (10:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Mar 2023 14:19:00 +0000 (10:19 -0400)
Rename the 'waylandgles' test setup to 'wayland_gles'.

.gitlab-ci.yml
testsuite/meson.build

index 05366da2b28221170422fae7d3730342db8da25d..751beeec02667afc6a17fc71a853f89f8cf90efa 100644 (file)
@@ -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
 
index f39f66322f7789e76dcc244ead5a47af95791f8a..2957a42d8015fcca5acb0b2f3922b306d05cf2d9 100644 (file)
@@ -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 },