]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/regressions.itexi
CG: describe new C++ formatting (GOP-PROP 3)
[lilypond.git] / Documentation / contributor / regressions.itexi
index 45ccbaf7601351007387766861e2a53d49051e5d..7f4c9276169c22f9f52462b9fa95ee595df245c1 100644 (file)
@@ -273,8 +273,8 @@ unless git master changed. In other words, if you work with several branches
 and want to do regtests comparison for all of them, you can
 @code{make test-baseline} with git master, checkout some branch,
 @code{make} and @code{make check} it, then switch to another branch,
-@code{make} and @code{make check} it without doing @code{make test-baseline}
-again.}
+@code{make test-clean}, @code{make} and @code{make check} it without doing
+@code{make test-baseline} again.}
 
 
 @node Finding the cause of a regression
@@ -430,7 +430,9 @@ code has been exercised by the tests.
 
 For tracking memory usage as part of this test, you will need
 GUILE CVS; especially the following patch:
+@smallexample
 @uref{http://www.lilypond.org/vc/old/gub.darcs/patches/guile-1.9-gcstats.patch}.
+@end smallexample
 
 @subheading Code coverage