diff options
Diffstat (limited to 'community/libinputsynth/APKBUILD')
-rw-r--r-- | community/libinputsynth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libinputsynth/APKBUILD b/community/libinputsynth/APKBUILD index 56b979b98f1..845fd7f79cb 100644 --- a/community/libinputsynth/APKBUILD +++ b/community/libinputsynth/APKBUILD @@ -26,7 +26,7 @@ build() { } check() { - meson test --no-rebuild -v -C output --no-suite post-install + meson test --no-rebuild --print-errorlogs -C output --no-suite post-install } package() { |