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