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