diff options
Diffstat (limited to 'community/gxr/APKBUILD')
-rw-r--r-- | community/gxr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |