diff options
Diffstat (limited to 'community/xdg-desktop-portal-gnome/APKBUILD')
-rw-r--r-- | community/xdg-desktop-portal-gnome/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdg-desktop-portal-gnome/APKBUILD b/community/xdg-desktop-portal-gnome/APKBUILD index 5d4ddd291ec..079ae2dc74f 100644 --- a/community/xdg-desktop-portal-gnome/APKBUILD +++ b/community/xdg-desktop-portal-gnome/APKBUILD @@ -27,7 +27,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |