From 68cdd596d260be05b9df72c45725e5ce6e4f0e3b Mon Sep 17 00:00:00 2001 From: psykose Date: Sat, 3 Sep 2022 14:24:07 +0000 Subject: community/*: use meson test --print-errorlogs instead of -v this is much less spammy in log output, as only actual errors are printed instead of everything --- community/gnome-screenshot/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gnome-screenshot/APKBUILD') diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index 9f0a2d4fe2c..7970e71ad5a 100644 --- a/community/gnome-screenshot/APKBUILD +++ b/community/gnome-screenshot/APKBUILD @@ -27,7 +27,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { -- cgit v1.2.3