From 4dd5eee0f2ee77b740bdb4f61604efc9abb87b6f Mon Sep 17 00:00:00 2001 From: Janek Warchol Date: Tue, 14 Jun 2011 23:32:16 +0200 Subject: [PATCH 1/2] describing regression checking more explicitely --- Documentation/contributor/regressions.itexi | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/contributor/regressions.itexi b/Documentation/contributor/regressions.itexi index 3ec39d4..50b038b 100644 --- a/Documentation/contributor/regressions.itexi +++ b/Documentation/contributor/regressions.itexi @@ -188,13 +188,18 @@ twice. @enumerate @item -Before making changes, a baseline should be established by -running: +Ensure that currently built binary is the one without your changes. + address@hidden +Before making changes to the code, establish a baseline for the +comparison by running: @example make test-baseline @end example +in @file{lilypond-git/build/} directory. + @item Make your changes, or apply the patch(es) to consider. @@ -212,7 +217,7 @@ After this has finished, a regression test comparison will be available at: @example -out/test-results/index.html +build/out/test-results/index.html @end example For each regression test that differs between the baseline and the -- 1.7.0.4