diff options
Diffstat (limited to 'community/blueprint-compiler/APKBUILD')
-rw-r--r-- | community/blueprint-compiler/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/blueprint-compiler/APKBUILD b/community/blueprint-compiler/APKBUILD index 31ce2a3f18d..eb4a733bd51 100644 --- a/community/blueprint-compiler/APKBUILD +++ b/community/blueprint-compiler/APKBUILD @@ -25,7 +25,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |