diff options
Diffstat (limited to 'community/phoc/APKBUILD')
-rw-r--r-- | community/phoc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/phoc/APKBUILD b/community/phoc/APKBUILD index 7aee0601e0c..7002df964fa 100644 --- a/community/phoc/APKBUILD +++ b/community/phoc/APKBUILD @@ -72,7 +72,7 @@ build() { } check() { - xvfb-run -a meson test --no-rebuild -v -C output + xvfb-run -a meson test --no-rebuild --print-errorlogs -C output } package() { |