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