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