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