Skip to content

Commit

Permalink
Merge pull request #8252 from diffblue/test-pl-failed-test
Browse files Browse the repository at this point in the history
test.pl now reports both directory and descriptor file name
  • Loading branch information
tautschnig authored Mar 25, 2024
2 parents e8ff03a + 8d2081a commit 08b2f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -487,13 +487,13 @@ ($)
if(0 == $printed_this_test) {
$printed_this_test = 1;
print "\n\n";
print "Failed test: $current_test\n";
print "Failed test: $current_test/$descriptor_file\n";
open FH, "<$current_test/$output_file";
while (my $f = <FH>) {
print $f;
}
close FH;
print "\n\nFailed $descriptor_file lines:\n";
print "\n\nFailed $current_test/$descriptor_file lines:\n";
}

print "$line\n";
Expand Down

0 comments on commit 08b2f2f

Please sign in to comment.