Skip to content

Commit 9a2e047

Browse files
committed
travis debugging.
1 parent 05e88d3 commit 9a2e047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
339339
mv ${SRCFILE}.gcov ${SRCFILE}-no-unicode.gcov
340340
fi
341341
if [ -f ${SRCFILE}-unicode.gcov ] && [ -f ${SRCFILE}-no-unicode.gcov ]; then
342+
# ... test: print out result first:
343+
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
344+
${SRCFILE}-unicode.gcov unicode
342345
# merge them
343346
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
344347
${SRCFILE}-unicode.gcov unicode > ${SRCFILE}.gcov

0 commit comments

Comments
 (0)