diff options
Diffstat (limited to 'community/librist/APKBUILD')
-rw-r--r-- | community/librist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/librist/APKBUILD b/community/librist/APKBUILD index 8151a8f1352..1a92a50f159 100644 --- a/community/librist/APKBUILD +++ b/community/librist/APKBUILD @@ -24,7 +24,7 @@ check() { # tests fail ;; *) - meson test --no-rebuild -v -C build + meson test --no-rebuild --print-errorlogs -C build ;; esac } |