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