diff options
Diffstat (limited to 'community/weston/APKBUILD')
-rw-r--r-- | community/weston/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/weston/APKBUILD b/community/weston/APKBUILD index c745d6db010..cdee9f96cf5 100644 --- a/community/weston/APKBUILD +++ b/community/weston/APKBUILD @@ -51,7 +51,7 @@ build() { # Does not run through, see also: # https://github.com/alpinelinux/aports/pull/1689 check() { - meson test -v --no-rebuild -C build + meson test --print-errorlogs --no-rebuild -C build } package() { |