Skip to content

Commit bdd3010

Browse files
committed
travis debugging.
1 parent 16245c5 commit bdd3010

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

build.sh

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,19 @@ 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
342+
343+
echo ""
344+
echo "-------------------"
345+
echo "no-unicode file"
346+
echo "-------------------"
347+
cat ${SRCFILE}-no-unicode.gcov
348+
echo ""
349+
echo "-------------------"
350+
echo "unicode file"
351+
echo "-------------------"
352+
cat ${SRCFILE}-unicode.gcov
353+
echo ""
354+
345355
# merge them
346356
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
347357
${SRCFILE}-unicode.gcov unicode > ${SRCFILE}.gcov

0 commit comments

Comments
 (0)