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