X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/147c2783799a5fec580b7cf58b8fb23b8310513b..5d57bd7d9e6b2f62ded5c5b801f6ad971d079809:/t/regress.t 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; }