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