diff options
Diffstat (limited to 'community/appstream/APKBUILD')
-rw-r--r-- | community/appstream/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD index 001e4a4d8a4..77d7aa2c221 100644 --- a/community/appstream/APKBUILD +++ b/community/appstream/APKBUILD @@ -60,7 +60,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |