From: Han-Wen Nienhuys Date: Mon, 4 Jun 2007 01:42:38 +0000 (-0300) Subject: store out/share/ tree alongside test results X-Git-Tag: release/2.11.26-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=de1be561dea4dadb2df20a0e4879821813fe9c12;p=lilypond.git store out/share/ tree alongside test results --- diff --git a/GNUmakefile.in b/GNUmakefile.in index f70b2d44dc..30f82837a0 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 \