tests: don't require installed gsettings schemas for nautilus test

This commit is contained in:
Jeremy Bicha 2018-09-13 10:58:00 -04:00 committed by Ernestas Kulik
parent 9f45d23bfd
commit 82a7ad8cbb

View file

@ -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