diff options
-rw-r--r-- | RPM4/t/05transaction.t | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |