diff options
Diffstat (limited to 'testing/rizin/APKBUILD')
-rw-r--r-- | testing/rizin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rizin/APKBUILD b/testing/rizin/APKBUILD index f833b356b7a..aad72b50ea1 100644 --- a/testing/rizin/APKBUILD +++ b/testing/rizin/APKBUILD @@ -54,7 +54,7 @@ check() { # Include the build rizin otherwise # unit/test_rzpipe.c will fail export PATH="$PATH:$builddir/output/binrz/rizin/" - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |