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