lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to deal with failing 'make test-bseline'


From: David Kastrup
Subject: Re: How to deal with failing 'make test-bseline'
Date: Sun, 09 Feb 2020 18:03:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 1996  git clone git://git.sv.gnu.org/lilypond.git ~/lilypond-git-2
>  1997  cd lilypond-git-2
>  1998  git log
>  1999  git fetch
>  2000  git pull -r
>  2001  sh autogen.sh --noconfigure
>  2002  mkdir -p build/
>  2003  cd build/
>  2004  ../configure --enable-guile2
>  2005  make
>  2006  make test-baseline
>  2007  gedit 
> /home/hermann/lilypond-git-2/build/out/lybook-testdb/snippet-names-4cf679323625678e6dfeeb9e33801c5e.log
>  2008  grep sourcefilename `grep -L systems.texi
> out/lybook-testdb/*/*log|sed s/log/ly/g`
>  2009  out/bin/lilypond
> ../input/regression/dynamics-alignment-breaker-linebreak.ly
>
> With similar results, the log-file is mostly empty. The grep-pointed
> file compiles fine.
>
> Any idea how to get to the error for display-lily-tests.ly?
> We _know_ it must fail. And it fails, if compiled directly, I've checked that.

Differences to what I do:  I use

CPU_COUNT=9 make -j9 test

Namely more than one CPU, and I first make test rather than
test-baseline.  I have no idea why that would make a difference.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]