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