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