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