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