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