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