[connections/appdata-validate-relax] build: Validate appdata file with 'validate-relax'




commit 5844813660bd4cee495116b29d581eb53615c8c1
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Aug 10 16:42:43 2021 +0200

    build: Validate appdata file with 'validate-relax'

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 8fda36b..c3dcb8a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -31,7 +31,7 @@ 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]
+    args: ['validate-relax', '--nonet', appstream_file.full_path()]
   )
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]