[SOLVED] Re: parallel "make check" output lines are lost!?!

2012-08-02 Thread Stefano Lattarini
On 08/02/2012 06:03 PM, Jim Meyering wrote: > > Thanks for the pointer. I knew that rang a bell. > For the record, to avoid the problem one must append to the existing log file: > > for i in $(seq 100); do > + : > makerr-$i > make -j25 check -C tests VERBOSE=yes \ > -

Re: parallel "make check" output lines are lost!?!

2012-08-02 Thread Jim Meyering
Stefano Lattarini wrote: > Hi Jim. > > On 08/01/2012 04:52 PM, Jim Meyering wrote: >> I ran coreutils "make check" tests 60 times (on Fedora 17, x86_64), >> recording the results of each run like this: >> >> for i in $(seq 100); do make -j25 check >> > So, parallel make ... > >> -C tests VERBOS

Re: parallel "make check" output lines are lost!?!

2012-08-02 Thread Stefano Lattarini
Hi Jim. On 08/01/2012 04:52 PM, Jim Meyering wrote: > I ran coreutils "make check" tests 60 times (on Fedora 17, x86_64), > recording the results of each run like this: > > for i in $(seq 100); do make -j25 check > So, parallel make ... > -C tests VERBOSE=yes \ > RUN_EXPENSIVE_TESTS=no