Skip to content

Commit ad2cec0

Browse files
committed
meson: Switch tests to appstreamcli
1 parent 245f341 commit ad2cec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/meson.build

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ appstream_file = i18n.merge_file(
2222
install_dir: join_paths(get_option('datadir'), 'appdata')
2323
)
2424

25-
appstream_util = find_program('appstream-util', required: false)
26-
if appstream_util.found()
27-
test('Validate appstream file', appstream_util,
28-
args: ['validate', appstream_file]
25+
appstreamcli = find_program('appstreamcli', required: false)
26+
if appstreamcli.found()
27+
test('Validate appstream file', appstreamcli,
28+
args: ['validate', '--no-net', '--explain', appstream_file]
2929
)
3030
endif
3131

0 commit comments

Comments
 (0)