Commit 6941923ca90e1703700ce6ffbb96a9eb38032ac4
Committed by
Jay Berkenbilt
1 parent
c0a231bf
Improve large file test output
Showing
1 changed file
with
1 additions
and
1 deletions
qpdf/qtest/qpdf.test
| ... | ... | @@ -5529,7 +5529,7 @@ for (my $large = 0; $large < $nlarge; ++$large) |
| 5529 | 5529 | " --object-streams=$omode" . |
| 5530 | 5530 | " $lin '$file' '$newfile'"}, |
| 5531 | 5531 | {$td->STRING => "", $td->EXIT_STATUS => 0}); |
| 5532 | - $td->runtest("read test file", | |
| 5532 | + $td->runtest("read: ostream=$ostream, linearize=$linearize", | |
| 5533 | 5533 | {$td->COMMAND => |
| 5534 | 5534 | "test_large_file read $size '$newfile'"}, |
| 5535 | 5535 | {$td->FILE => "large_file.out", $td->EXIT_STATUS => 0}, | ... | ... |