From: Han-Wen Nienhuys Date: Tue, 8 Jul 2008 01:22:39 +0000 (-0300) Subject: Use string-port for graphviz test, redirecting output through X-Git-Tag: release/2.11.52-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a1215525ca3fc7083c9788cf73c191aebcc6b3a;p=lilypond.git Use string-port for graphviz test, redirecting output through ly:progress. This eliminates bogus log differences. --- diff --git a/input/regression/graphviz.ly b/input/regression/graphviz.ly index 22e361fe5d..850d1a324b 100644 --- a/input/regression/graphviz.ly +++ b/input/regression/graphviz.ly @@ -21,7 +21,9 @@ } } -#(graph-write graph (current-error-port)) + +#(ly:progress (call-with-output-string + (lambda (port) (graph-write graph port)))) #(ly:set-grob-modification-callback #f) #(ly:set-property-cache-callback #f)