On Thu, Jun 17, 2010 at 3:24 PM, Carl Sorensen <c_soren...@byu.edu> 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

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

Reply via email to