summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-01-12 17:38:42 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-01-12 17:38:42 -0600
commite34238144b5a5c071d8c6cfb69d7d3b4bb97d851 (patch)
tree77753a1f7aef20733f98f74bf94f82ef01219e39
parentb18520775b7509d0b05d790db334780761be4423 (diff)
downloadat-spi2-core-e34238144b5a5c071d8c6cfb69d7d3b4bb97d851.tar.gz
Test for #48 by using an XDG_RUNTIME_DIR with funny characters
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7b83439..af6506fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,6 +52,8 @@ stages:
- meson setup ${MESON_EXTRA_FLAGS} --prefix /usr _build .
- meson compile -C _build
- meson install -C _build
+ - mkdir /tmp/test+dir+with+funny+chars
+ - export XDG_RUNTIME_DIR=/tmp/test+dir+with+funny+chars # See https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/48
- dbus-run-session -- .gitlab-ci/run-tests.sh
artifacts:
reports: