]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtest script: Add the prefix to the filename (e.g. input/regression).
authorJulien Rioux <jrioux@physics.utoronto.ca>
Sat, 17 Dec 2011 12:54:22 +0000 (07:54 -0500)
committerGraham Percival <graham@percival-music.ca>
Mon, 26 Dec 2011 18:17:22 +0000 (10:17 -0800)
scripts/build/output-distance.py

index 1ba27857edf28c7ea11bf2871d2443ad29bfc0ec..767e253fa2afe94c29ef10ec5b307481f44b2228 100755 (executable)
@@ -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))