]> git.donarmstrong.com Git - lilypond.git/commitdiff
buildscripts/build-coverage.sh fixes.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 17:38:44 +0000 (18:38 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 17:38:44 +0000 (18:38 +0100)
buildscripts/build-coverage.sh

index 6f48d18f0e20ae2f0383a37c8880bc7d514a4d82..828e896628b6d2e111fb2da1ebb9e452d15237d7 100755 (executable)
@@ -21,7 +21,7 @@ fi
 
 make conf=cov -j2 &&  \
   make conf=cov test-real-clean LILYPOND_JOBS= && \
-  make conf=cov test LILYPOND_JOBS= >& out-cov/test-run.log
+  make conf=cov test LILYPOND_JOBS= 
 
 if test "$?" != "0"; then
   tail -100 out-cov/test-run.log
@@ -36,7 +36,7 @@ ln ../lily/* .
 ln ../lily/out-cov/*[ch] .
 mkdir include
 ln ../lily/include/* include/
-for a in *[cyl]
+for a in *[cl] *.yy
 do
    gcov -o ../lily/out-cov/  -p $a > $a.gcov-summary
 done