diff options
Diffstat (limited to 'community/gst-plugins-good/APKBUILD')
-rw-r--r-- | community/gst-plugins-good/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index 289b23afa92..e6bce0078aa 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -54,7 +54,7 @@ build() { } check() { - meson test -t 2 -v --no-rebuild -C output + meson test -t 2 --print-errorlogs --no-rebuild -C output } package() { |