Karl Hammar:
> Neil Puttock:
...
> > I basically do what Carl outlined in the other thread:
> > 
> > make test-baseline
> > 
> > git apply issue931041_1.diff
> > 
> > make check
> 
> The contributor manual says (3.6.3.1):
> 
>    * Initial test:
> 
>           make [-jX]
>           make test-baseline
>           make [-jX CPU_COUNT=X] check
> 
>    * Edit/compile/test cycle:
> 
>           _## edit source files, then..._
> 
>           make clean                    _## only if needed (see below)_
>           make [-jX]                    _## only if needed (see below)_
>           make test-redo                _## redo files differing from 
> baseline_
>           make [-jX CPU_COUNT=X] check  _## CPU_COUNT here?_
> 
>    * Reset:
> 
>           make test-clean

After yet another run:

make clean > /dev/null 
patch -p1 < issue931041_1.diff 
make > log 2>&1
make check > log 2>&1

I get the "expected" output (i.e. Neil's output).

Regards,
/Karl Hammar



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to