Skip to content

Commit 08b2f2f

Browse files
authored
Merge pull request #8252 from diffblue/test-pl-failed-test
test.pl now reports both directory and descriptor file name
2 parents e8ff03a + 8d2081a commit 08b2f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/test.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,13 +487,13 @@ ($)
487487
if(0 == $printed_this_test) {
488488
$printed_this_test = 1;
489489
print "\n\n";
490-
print "Failed test: $current_test\n";
490+
print "Failed test: $current_test/$descriptor_file\n";
491491
open FH, "<$current_test/$output_file";
492492
while (my $f = <FH>) {
493493
print $f;
494494
}
495495
close FH;
496-
print "\n\nFailed $descriptor_file lines:\n";
496+
print "\n\nFailed $current_test/$descriptor_file lines:\n";
497497
}
498498

499499
print "$line\n";

0 commit comments

Comments
 (0)