[nautilus/gnome-3-30] tests: don't require installed gsettings schemas for nautilus test
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-30] tests: don't require installed gsettings schemas for nautilus test
- Date: Wed, 19 Sep 2018 14:29:04 +0000 (UTC)
commit 7639638686c795ccbf4eb72b2849518a4580de64
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Thu Sep 13 14:58:00 2018 +0000
tests: don't require installed gsettings schemas for nautilus test
(cherry picked from commit 82a7ad8cbbb8718afacf36de0f8e9b94174e0a86)
src/meson.build | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/meson.build b/src/meson.build
index 2c354644b..a87c51414 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -321,6 +321,9 @@ if get_option('tests') == 'all'
args: [
'--check',
'--g-fatal-warnings'
+ ],
+ env: [
+ 'GSETTINGS_SCHEMA_DIR=@0@'.format(join_paths(meson.build_root(), 'data'))
]
)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]