Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Oct 24, 2016
1 parent 50f3f08 commit b0c2ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-- MEILER --#
#-- simple testing script --#
#-- v0.1.0 --#
#-- v0.2.0 --#
#-- --#
#-- programmed by --#
#-- Klaus Rettinghaus --#
Expand All @@ -9,14 +9,14 @@ rm tests.log
rm README.md
echo running tests
echo "# MEILER TESTS" >> README.md
echo "This is an autogenerated overview of the testfiles." >> README.md
find . -type f -name "*.mei"|while read file;
do
fname=$(basename "$file")
saxonb-xslt -s:$file -xsl:../mei2ly.xsl -o:${file%.mei}.ly && lilypond -dno-print-pages -dpreview --formats=png --loglevel=BASIC_PROGRESS ${file%.mei}.ly >> tests.log 2>&1
#-- rm ${file%.mei}.ly

#-- add output to README.md
echo "This is an autogenerated overview of the testfiles." >> README.md
echo "### $fname" >> README.md
echo "![$fname](${fname%.mei}.preview.png)" >> README.md
done
Expand Down

0 comments on commit b0c2ea8

Please sign in to comment.