summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/libraries/libshumate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libshumate/default.nix b/pkgs/development/libraries/libshumate/default.nix
index db669e5b6730..e987e5a892c4 100644
--- a/pkgs/development/libraries/libshumate/default.nix
+++ b/pkgs/development/libraries/libshumate/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
checkPhase = ''
runHook preCheck
- HOME=$TMPDIR xvfb-run meson test
+ HOME=$TMPDIR xvfb-run meson test --print-errorlogs
runHook postCheck
'';