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