gitlab-ci: enable gtk+:gdk tests
authorChristoph Reiter <creiter@src.gnome.org>
Tue, 20 Mar 2018 16:31:38 +0000 (17:31 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 20 Mar 2018 16:31:38 +0000 (17:31 +0100)
xvfb doesn't like C.utf8 and returns XLocaleNotSupported.

While (afaik) C.utf8 and C.UTF.8 should be the same thing, and the former
is returned by locale -a on Fedora, switch to C.UTF-8 to make xvfb happy.

This makes gtk+:gdk tests pass.

.gitlab-ci/Dockerfile
.gitlab-ci/test-docker.sh

index 2413b81f537fa70346cb458f845b701213f9126f..f4c97c99d4b952b647249b044fe08d782926c226 100644 (file)
@@ -70,4 +70,4 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
 USER user
 WORKDIR /home/user
 
-ENV LANG C.utf8
+ENV LANG C.UTF-8
index dcac0a0c46ae82f64eed662f1893f1855b1c5fc0..48b22d25ca5bda1482ca2b5b66aae720e272f0eb 100755 (executable)
@@ -19,6 +19,5 @@ xvfb-run -a -s "-screen 0 1024x768x24" \
     meson test \
         --print-errorlogs \
         --suite=gtk+ \
-        --no-suite=gtk+:gdk \
         --no-suite=gtk+:gsk \
         --no-suite=gtk+:a11y