libshumate: print test logs on failure

This commit is contained in:
Jan Tojnar 2021-10-14 02:41:26 +02:00
parent bc4dfbe591
commit db3aa421df

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck
HOME=$TMPDIR xvfb-run meson test HOME=$TMPDIR xvfb-run meson test --print-errorlogs
runHook postCheck runHook postCheck
''; '';