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