diff options
Diffstat (limited to 'community/libnvme/APKBUILD')
-rw-r--r-- | community/libnvme/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libnvme/APKBUILD b/community/libnvme/APKBUILD index f9e39b57fa5..b9439812aeb 100644 --- a/community/libnvme/APKBUILD +++ b/community/libnvme/APKBUILD @@ -42,7 +42,7 @@ build() { } check() { - meson test -v -C output + meson test --print-errorlogs -C output } package() { |