From bb40189633b2e5f356d87ebb73cb4f7cde7362c4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 1 Jan 2008 23:11:13 -0200 Subject: [PATCH] Show inkscape command run in SVG regtest. --- input/regression/backend-svg.ly | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly index 823016e85b..61993ea013 100644 --- a/input/regression/backend-svg.ly +++ b/input/regression/backend-svg.ly @@ -17,7 +17,11 @@ %% LD_LIBRARY_PATH is necesssary, otherwise, it doesn't build in GUB. %% LD_LIBRARY_PATH is part of the start-environment but should be switched off %% for external inkscape. -#(ly:system (format #f "LD_LIBRARY_PATH= inkscape -T -E ~a-inkscape.eps ~a-1.svg" outname outname) +#(let* + ((cmd (format #f + "LD_LIBRARY_PATH= inkscape --without-gui --export-text-to-path --export-eps ~a-inkscape.eps ~a-1.svg" outname outname))) + (ly:progress "Running ~a" cmd) + (ly:system cmd) (cons (format #f "FONTCONFIG_FILE=~a/fonts/fonts.conf" (ly:effective-prefix)) (ly:start-environment))) -- 2.39.5