From: Janek Warchol Date: Tue, 5 Jul 2011 07:45:15 +0000 (+0200) Subject: correcting note about rerunning regtests X-Git-Tag: release/2.15.6-1~3^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b3b135499956e6181624336a7fa6aa0ee3cbf303;p=lilypond.git correcting note about rerunning regtests looks like it is necessary to make test-clean if you want to check regtests on a new branch without making test-baseline --- diff --git a/Documentation/contributor/regressions.itexi b/Documentation/contributor/regressions.itexi index 13c17651b9..7f4c927616 100644 --- a/Documentation/contributor/regressions.itexi +++ b/Documentation/contributor/regressions.itexi @@ -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