From 5d57bd7d9e6b2f62ded5c5b801f6ad971d079809 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 9 Dec 2022 21:27:48 +0100 Subject: [PATCH] t/regress: debug output on error status --- t/regress.t | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.30.0