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