From 68cdd596d260be05b9df72c45725e5ce6e4f0e3b Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> 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-text-editor/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gnome-text-editor') diff --git a/community/gnome-text-editor/APKBUILD b/community/gnome-text-editor/APKBUILD index dfb7df0dfbf..470cd097d41 100644 --- a/community/gnome-text-editor/APKBUILD +++ b/community/gnome-text-editor/APKBUILD @@ -30,7 +30,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { -- cgit v1.2.3