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