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