From d65f497377e057e7eaf6ea077f17ff99965271bc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Apr 2022 15:48:48 +0200 Subject: Display problems --- RPM4/t/05transaction.t | 1 + 1 file changed, 1 insertion(+) diff --git a/RPM4/t/05transaction.t b/RPM4/t/05transaction.t index 44f1ee2..cc855bf 100644 --- a/RPM4/t/05transaction.t +++ b/RPM4/t/05transaction.t @@ -156,5 +156,6 @@ sub process_problems() { while ($pbs->hasnext) { $strpb .= $pbs->problem; } + warn "Transaction problems: $strpb\n"; ok($strpb, "Can get problem description"); } -- cgit v1.2.1