lilypond-devel
[Top][All Lists]
Advanced

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

Re: Make check weirdness


From: Patrick McCarty
Subject: Re: Make check weirdness
Date: Fri, 18 Jun 2010 14:00:54 -0700

On Thu, Jun 17, 2010 at 3:24 PM, Carl Sorensen <address@hidden> wrote:
> I'm trying to do regression test checking, but it doesn't seem to be working
> right.
>
> I did
>
> make test-baseline
>
> Then I switched to my new branch and did
>
> make && make check
>
> I found some differences, so I patched the code, then did
>
> make test-redo
> make check
>
> After this, I got a comparison output that only listed tree.gittxt,
> with 762 below threshold, and 1459 unchanged.
>
> This doesn't seem right, because output-distance.ly should have changed.
>
> Any ideas as to what I'm doing wrong?

I've never used `make test-redo' before, so I can't claim to know if
it works correctly or not.

Since I don't trust the build system to "do the right thing", I use
this canned command sequence to test new changes against an existing
baseline:

  make
  find . -name 'out-test' | xargs rm -rf
  rm -rf ./out/lybook-testdb/ ./out/test-results/
  make check

Does that work for you?

-Patrick



reply via email to

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