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