From: Mischa POSLAWSKY Date: Fri, 9 Dec 2022 20:27:48 +0000 (+0100) Subject: t/regress: debug output on error status X-Git-Tag: v1.10~4 X-Git-Url: http://git.shiar.nl/barcat.git/commitdiff_plain/5d57bd7d9e6b2f62ded5c5b801f6ad971d079809 t/regress: debug output on error status --- diff --git a/t/regress.t b/t/regress.t index 06d926e..a382f43 100755 --- a/t/regress.t +++ b/t/regress.t @@ -69,6 +69,7 @@ for my $candidate (@params) { if ($error != $wantexit) { fail($name); diag("unexpected exit status $error"); + diag(color(31), '> ', color(0), $_) for @lines; diag("command: $script"); next; }