File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -339,9 +339,19 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
339
339
mv ${SRCFILE} .gcov ${SRCFILE} -no-unicode.gcov
340
340
fi
341
341
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
+
345
355
# merge them
346
356
./pages/development-resources/gccr.pl -n -c ${SRCFILE} -no-unicode.gcov no-unicode \
347
357
${SRCFILE} -unicode.gcov unicode > ${SRCFILE} .gcov
You can’t perform that action at this time.
0 commit comments