diff options
Diffstat (limited to 'community/libpeas/APKBUILD')
-rw-r--r-- | community/libpeas/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libpeas/APKBUILD b/community/libpeas/APKBUILD index d38c0358b3c..8e196e8c90e 100644 --- a/community/libpeas/APKBUILD +++ b/community/libpeas/APKBUILD @@ -25,7 +25,7 @@ build() { } check() { - xvfb-run meson test -v -C output -t 10 + xvfb-run meson test --print-errorlogs -C output -t 10 } package() { |