2011/7/14 <[email protected]>: > This has had its countdown; please push and close.
I attach the patch; I've send it to Mike but he must have missed it. Anyone with push privileges - push it, please. cheers, Janek
From 38a23b5868b6029caf373d8571bc49289e8810e4 Mon Sep 17 00:00:00 2001 From: Janek Warchol <[email protected]> Date: Tue, 5 Jul 2011 09:45:15 +0200 Subject: [PATCH] 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 --- Documentation/contributor/regressions.itexi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/contributor/regressions.itexi b/Documentation/contributor/regressions.itexi index 13c1765..7f4c927 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 -- 1.7.0.4
_______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
