diff options
Diffstat (limited to 'community/monado/APKBUILD')
-rw-r--r-- | community/monado/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/monado/APKBUILD b/community/monado/APKBUILD index 6e9f78dcf4f..b2207c7514b 100644 --- a/community/monado/APKBUILD +++ b/community/monado/APKBUILD @@ -47,7 +47,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |