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