[d-spy] build: relax appstream tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-spy] build: relax appstream tests
- Date: Thu, 16 Sep 2021 21:31:19 +0000 (UTC)
commit ff85b732fbd36959d8d06c116606ac6888ee485a
Author: Christian Hergert <chergert redhat com>
Date: Thu Sep 16 14:31:12 2021 -0700
build: relax appstream tests
data/meson.build | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a4f23fb..80e898a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -41,9 +41,8 @@ appstream_file = i18n.merge_file(
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
- test('Validate appstream file', appstream_util,
- args: ['validate', appstream_file]
- )
+ validate_args = ['validate-relax', appstream_file]
+ test('Validate appstream file', appstream_util, args: validate_args)
endif
install_data('org.gnome.dspy.gschema.xml',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]