From 61c01ae88f003e2e2b5c70cdb9d6131097565e9f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 10 Sep 2025 18:52:10 +0300 Subject: [PATCH] Add 'print-errorlogs' flag to meson template --- config/templates/meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/meson b/config/templates/meson index 53146e3..ab601b5 100644 --- a/config/templates/meson +++ b/config/templates/meson @@ -22,7 +22,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - meson test -C build + meson test -C build --print-errorlogs } # The package function is executed in the source directory