Skip to content

Commit 86a1f51

Browse files
committed
debugging travis.
1 parent 576dbbb commit 86a1f51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
340340
fi
341341
if [ -f ${SRCFILE}-unicode.gcov ] && [ -f ${SRCFILE}-no-unicode.gcov ]; then
342342

343+
##############
343344
echo ""
344345
echo "-------------------"
345346
echo "no-unicode file"
@@ -351,6 +352,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
351352
echo "-------------------"
352353
cat ${SRCFILE}-unicode.gcov
353354
echo ""
355+
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
356+
${SRCFILE}-unicode.gcov unicode
357+
##############
354358

355359
# merge them
356360
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \

0 commit comments

Comments
 (0)