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