From 6941923ca90e1703700ce6ffbb96a9eb38032ac4 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 12 Mar 2022 08:17:20 -0500 Subject: [PATCH] Improve large file test output --- qpdf/qtest/qpdf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test index c45466ee..aba081b1 100644 --- a/qpdf/qtest/qpdf.test +++ b/qpdf/qtest/qpdf.test @@ -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},