diff options
Diffstat (limited to 'community/json-glib/APKBUILD')
-rw-r--r-- | community/json-glib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/json-glib/APKBUILD b/community/json-glib/APKBUILD index a913724559a..89164c4c1ba 100644 --- a/community/json-glib/APKBUILD +++ b/community/json-glib/APKBUILD @@ -20,7 +20,7 @@ build() { } check() { - meson test --no-rebuild -v -C build + meson test --no-rebuild --print-errorlogs -C build } package() { |