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