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