summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-10-14 02:41:26 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-10-14 02:41:26 +0200
commitdb3aa421df73f43c03ad266619e22ce7c5354d92 (patch)
tree9f37d9bc78500195e83795c16f4520c118719cb0 /pkgs
parentbc4dfbe5918630f4cb880e13e73b8ed5ed9d54a5 (diff)
libshumate: print test logs on failure
Diffstat (limited to 'pkgs')
-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
'';