We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e88d3 commit 9a2e047Copy full SHA for 9a2e047
build.sh
@@ -339,6 +339,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
339
mv ${SRCFILE}.gcov ${SRCFILE}-no-unicode.gcov
340
fi
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
345
# merge them
346
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
347
${SRCFILE}-unicode.gcov unicode > ${SRCFILE}.gcov
0 commit comments