1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

Meson: validate-metainfo: add --no-net option

Sometimes I work without internet connection, and I still want ninja
test to succeed.
This commit is contained in:
Sébastien Wilmet 2024-06-26 22:49:30 +02:00
parent e8abe93985
commit 445f5297ce

View File

@ -20,7 +20,7 @@ if appstreamcli.found()
test(
'validate-metainfo',
appstreamcli,
args: ['validate', metainfo_file]
args: ['validate', '--no-net', metainfo_file]
)
endif