From: Julien Rioux Date: Sat, 17 Dec 2011 12:54:22 +0000 (-0500) Subject: Regtest script: Add the prefix to the filename (e.g. input/regression). X-Git-Tag: release/2.15.24-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d9162a0f62bb2e42594b2fceac0719ee39e9777;p=lilypond.git Regtest script: Add the prefix to the filename (e.g. input/regression). --- diff --git a/scripts/build/output-distance.py b/scripts/build/output-distance.py index 1ba27857ed..767e253fa2 100755 --- a/scripts/build/output-distance.py +++ b/scripts/build/output-distance.py @@ -384,7 +384,7 @@ class FileLink: base = os.path.splitext (base)[0] base = hash_to_original_name.get (base, base) base = os.path.splitext (base)[0] - return base + return os.path.join (self.prefix (), base) def prefix (self): return os.path.dirname (os.path.commonprefix (self.file_names))