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