> On 27 Jul 2016, at 15:32, Jeff King wrote:
>
> On Wed, Jul 27, 2016 at 04:35:32AM +0200, Torsten Bögershausen wrote:
>
>>> + mkdir -p generated-test-data &&
>>> + for i in $(test_seq 1 $T0021_LARGE_FILE_SIZE)
>>> + do
>>> + # Generate 1MB of empty data and 100 bytes of random
On Wed, Jul 27, 2016 at 04:35:32AM +0200, Torsten Bögershausen wrote:
> > + mkdir -p generated-test-data &&
> > + for i in $(test_seq 1 $T0021_LARGE_FILE_SIZE)
> > + do
> > + # Generate 1MB of empty data and 100 bytes of random characters
> > + printf "%1048576d" 1
> > +
On 07/27/2016 02:06 AM, larsxschnei...@gmail.com wrote:
From: Lars Schneider
Generate a more interesting large test file with random characters in
between and reuse this test file in multiple tests. Run tests formerly
marked as EXPENSIVE every time but with a smaller test file.
Signed-off-by
From: Lars Schneider
Generate a more interesting large test file with random characters in
between and reuse this test file in multiple tests. Run tests formerly
marked as EXPENSIVE every time but with a smaller test file.
Signed-off-by: Lars Schneider
---
t/t0021-conversion.sh | 35 ++
4 matches
Mail list logo