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/gxr/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gxr/APKBUILD') diff --git a/community/gxr/APKBUILD b/community/gxr/APKBUILD index 51077ac93b1..f3d9ede4c2b 100644 --- a/community/gxr/APKBUILD +++ b/community/gxr/APKBUILD @@ -33,7 +33,7 @@ build() { check() { # The XR tests require a working VR setup - meson test --no-rebuild -v -C output --no-suite gxr:xr --no-suite post-install + meson test --no-rebuild --print-errorlogs -C output --no-suite gxr:xr --no-suite post-install } package() { -- cgit v1.2.3