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