]> git.donarmstrong.com Git - lilypond.git/commit
Fix 1529: hashed snippet filename changes should not count as log differences
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 15 Aug 2011 17:37:29 +0000 (19:37 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 1 Sep 2011 13:12:51 +0000 (15:12 +0200)
commit4ccfb61ecfa8b32f8c5d87e75c569171bbc54ba6
tree88f29a3995730a127495f2e38f5b4f33de571041
parent13da351ae100d476532c18241bbe91862fd287ed
Fix 1529: hashed snippet filename changes should not count as log differences

If the contents of a regtest change, the regtest gets a new hash and
thus a new filename. Unfortunately, this will be detected by
output-distance as a change and will show up in the regtest analysis.
To work around this, I'm simply extracting the old and the new filename
before we compare the log files and if they differ, I replace the old
filename with the new filename in the old log file. Thus, it will
appear as if the new filename was also used in the baseline and it
will not be flagged as a difference.
scripts/build/output-distance.py