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