From 871a6911e73e301ab9cbce50b852323e11369e72 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 25 Sep 2003 18:26:17 +0000 Subject: [PATCH] Add tests for registry settings. --- ChangeLog | 3 +++ cygwin/bug-lilypond-cygwin.sh | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e02492d8c..6f19a115a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-09-25 Jan Nieuwenhuizen + * cygwin/bug-lilypond-cygwin.sh: Add tests for registry + settings. + * configure.in: Require g++ > 3.0.4. * mf/GNUmakefile: Bugfix: Add list.ly target. diff --git a/cygwin/bug-lilypond-cygwin.sh b/cygwin/bug-lilypond-cygwin.sh index b0c0c2d894..cd46270fdc 100644 --- a/cygwin/bug-lilypond-cygwin.sh +++ b/cygwin/bug-lilypond-cygwin.sh @@ -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 + + -- 2.39.5