]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add tests for registry
authorjanneke <janneke>
Thu, 25 Sep 2003 18:26:17 +0000 (18:26 +0000)
committerjanneke <janneke>
Thu, 25 Sep 2003 18:26:17 +0000 (18:26 +0000)
settings.

ChangeLog
cygwin/bug-lilypond-cygwin.sh

index 9e02492d8ccbe9d6ce17426eb2c230a7d96f3cc3..6f19a115a1f44de214d02cc9827fb1626af27713 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
+       settings.
+
        * configure.in: Require g++ > 3.0.4.
 
        * mf/GNUmakefile: Bugfix: Add list.ly target.
index b0c0c2d89467e0bd4df2d6c132466326965448d7..cd46270fdc53096cccf504f46ade3cdca07c772b 100644 (file)
@@ -79,6 +79,17 @@ echo TEXINPUTS="<$TEXINPUTS>"
 # do we want to know all?
 #set
 
+echo
+echo Registry settings
+echo =================
+regtool get /root/.ly/
+regtool get /root/LilyPond/
+regtool get /root/LilyPond/shell/open/command/
+regtool get /root/.pdf/
+pdfname=$(regtool get /root/.pdf/)
+regtool get /root/$pdfname/shell/open/command/
+regtool get /root/AcroExch.Document/shell/open/command/
+
 echo
 echo System information
 echo ==================
@@ -89,3 +100,5 @@ if false; then
     cat /var/log/setup.log
     # cat /var/log/setup.log.full
 fi
+
+