2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 16:00:53 +00:00

Improve large file test output

This commit is contained in:
Jay Berkenbilt 2022-03-12 08:17:20 -05:00 committed by Jay Berkenbilt
parent c0a231bf32
commit 6941923ca9

View File

@ -5529,7 +5529,7 @@ for (my $large = 0; $large < $nlarge; ++$large)
" --object-streams=$omode" .
" $lin '$file' '$newfile'"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("read test file",
$td->runtest("read: ostream=$ostream, linearize=$linearize",
{$td->COMMAND =>
"test_large_file read $size '$newfile'"},
{$td->FILE => "large_file.out", $td->EXIT_STATUS => 0},