[at-spi2-core: 1/2] Test for #48 by using an XDG_RUNTIME_DIR with funny characters
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] Test for #48 by using an XDG_RUNTIME_DIR with funny characters
- Date: Wed, 12 Jan 2022 23:58:32 +0000 (UTC)
commit e34238144b5a5c071d8c6cfb69d7d3b4bb97d851
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Jan 12 17:38:42 2022 -0600
Test for #48 by using an XDG_RUNTIME_DIR with funny characters
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]