On 08/24/2011 10:49 AM, Jim Meyering wrote:
Voelker, Bernhard wrote:
BTW: Wouldn't this test deserve a proper make target, e.g.
"make check-expensive"?
Yes, good idea.
That would make it easier to run just those test.
However, hard-coding the list of expensive and very-expensive
tests would r
Voelker, Bernhard wrote:
> Jim Meyering wrote:
>
>> Voelker, Bernhard wrote:
>>
>> > Jim Meyering wrote:
>> >
>> > +++ b/tests/rm/4-million-entry-dir
>> > ...
>> > +# Put 4M files in a directory.
>> > +mkdir d && cd d || framework_failure_
>> > +seq 400|xargs touch || framework_failure_
>> > +