Skip to content

Commit

Permalink
Make sure output is utf8
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17734 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 17, 2013
1 parent 9911065 commit 5224cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ComplianceSuite.mos
Expand Up @@ -71,7 +71,7 @@ echo '<testsuites name=\"'`cat version`'\">' >> \"$OMCRESULT\"
for f in `ls ModelicaCompliance.*.res | sed 's/[.][^.]*[.]res$//' | sort -u`; do
echo \"<testsuite name=\\\"$f\\\">\" >> \"$OMCRESULT\"
for t in `ls \"$f\".*.res | grep \"$f[.][^.]*[.]res\"`; do
cat \"$t\" >> \"$OMCRESULT\"
iconv -f utf8 -t utf8 -c \"$t\" >> \"$OMCRESULT\"
done
echo \"</testsuite>\" >> \"$OMCRESULT\"
done
Expand Down

0 comments on commit 5224cb3

Please sign in to comment.