diff options
Diffstat (limited to 'community/pangomm2.48/APKBUILD')
-rw-r--r-- | community/pangomm2.48/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pangomm2.48/APKBUILD b/community/pangomm2.48/APKBUILD index 2b00fa82ea0..392ec8e269b 100644 --- a/community/pangomm2.48/APKBUILD +++ b/community/pangomm2.48/APKBUILD @@ -20,7 +20,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } |