mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:43:49 +01:00
Run valide-appdata test with --nonet
This commit is contained in:
parent
ee240414ca
commit
48297a097f
@ -48,7 +48,7 @@ appstream_util = find_program('appstream-util', required: false, native: true)
|
||||
if appstream_util.found()
|
||||
test('validate-appdata',
|
||||
appstream_util,
|
||||
args: ['validate-relax', appdata.full_path()]
|
||||
args: ['validate-relax', '--nonet', appdata.full_path()]
|
||||
)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user