lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d8c273d 09/11: Let xsltproc be found (by cygw


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d8c273d 09/11: Let xsltproc be found (by cygwin)
Date: Wed, 8 May 2019 13:23:25 -0400 (EDT)

branch: master
commit d8c273dc045e57a360ef18457d343bc904262571
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Let xsltproc be found (by cygwin)
    
    Ultimately all dependencies on libxslt will be removed. It would be
    possible to install an OS's xsltproc, so that it could be used even
    after it's no longer built; but the test for which it's used will also
    be removed when libxslt is removed.
---
 test_schemata.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_schemata.sh b/test_schemata.sh
index 5c681c1..707f24f 100755
--- a/test_schemata.sh
+++ b/test_schemata.sh
@@ -44,8 +44,8 @@ cp --preserve $srcdir/sort_cell_subelements.xsl .
 
 echo "  Test cell-subelement sorting."
 
-xsltproc sort_cell_subelements.xsl sample.cns > sorted.cns
-xsltproc sort_cell_subelements.xsl sample.ill > sorted.ill
+PATH="/opt/lmi/mingw/bin:$PATH" xsltproc sort_cell_subelements.xsl sample.cns 
> sorted.cns
+PATH="/opt/lmi/mingw/bin:$PATH" xsltproc sort_cell_subelements.xsl sample.ill 
> sorted.ill
 diff --unified=0 sample.cns sorted.cns
 diff --unified=0 sample.ill sorted.ill
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]