]> git.donarmstrong.com Git - lilypond.git/commitdiff
store out/share/ tree alongside test results
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Jun 2007 01:42:38 +0000 (22:42 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Jun 2007 01:42:38 +0000 (22:42 -0300)
GNUmakefile.in

index f70b2d44dc4bf253669d43c289fc2b2224826412..30f82837a02765ae2a61986961271a4187ce90e7 100644 (file)
@@ -161,8 +161,7 @@ $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile $(outdir)/VERSION
        cd $(tree-share-prefix)/tex && \
                ln -s $(top-src-dir)/tex source && \
                ln -s ../../../../../tex/$(outconfbase) tex-out && \
-               ln -s ../../../../../mf/$(outconfbase) mf-out
-
+               true
        cd $(tree-share-prefix)/fonts && \
                ln -s $(top-src-dir)/mf source && \
                true
@@ -229,7 +228,7 @@ test:
        fi > input/regression/out-test/tree.gittxt
        $(MAKE) -C input/regression/ out=$(OUT_TEST) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-$(OUT_TEST)/collated-files.html
        @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' 
-
+       rsync -L -a--exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(outdir)/share input/regression/out-test/
 
 test-baseline: 
        @if  test -d .git ; then \