diff options
Diffstat (limited to 'community/mesa-demos/APKBUILD')
-rw-r--r-- | community/mesa-demos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mesa-demos/APKBUILD b/community/mesa-demos/APKBUILD index 16f03c9ef53..4b47d248159 100644 --- a/community/mesa-demos/APKBUILD +++ b/community/mesa-demos/APKBUILD @@ -37,7 +37,7 @@ package() { } check() { - meson test -v --no-rebuild -C output + meson test --print-errorlogs --no-rebuild -C output } _utils() { |