about summary refs log tree commit diff
path: root/pkgs/by-name/me/meson/setup-hook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/me/meson/setup-hook.sh')
-rw-r--r--pkgs/by-name/me/meson/setup-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/me/meson/setup-hook.sh b/pkgs/by-name/me/meson/setup-hook.sh
index 85849fbec734a..3f3c7ac59fdea 100644
--- a/pkgs/by-name/me/meson/setup-hook.sh
+++ b/pkgs/by-name/me/meson/setup-hook.sh
@@ -56,7 +56,7 @@ mesonCheckPhase() {
     local flagsArray=($mesonCheckFlags "${mesonCheckFlagsArray[@]}")
 
     echoCmd 'mesonCheckPhase flags' "${flagsArray[@]}"
-    meson test --no-rebuild "${flagsArray[@]}"
+    meson test --no-rebuild --print-errorlogs "${flagsArray[@]}"
 
     runHook postCheck
 }