Bring the coverage analysis of the unit test suite back into a runnable state.
authorChris Jaekl <cejaekl@yahoo.com>
Tue, 28 Nov 2017 13:03:32 +0000 (22:03 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Tue, 28 Nov 2017 13:03:32 +0000 (22:03 +0900)
commit285efcb7196cdd994716e498e440b898bec38e0c
treed159d4a8fdeacbcd8e70f4773e39ee9eaa11178f
parent2dcf5c21337e4b12e56c3520828edfc062ce7338
Bring the coverage analysis of the unit test suite back into a runnable state.

It seems that my system upgrade a few weeks ago (which changed the default JVM from 8 to 9)
has made jcov unhappy.  I'm adding a reference to JAVA_HOME, so that I can (temporarily!)
force Java 8 until I figure out what to do about jcov and Java 9.

Also disabling the 2nd run (under server local locale) because jcov seems unhappy about
that, too, at the moment, for reasons that remain unclear.

This change should bring things back to a runnable state.
cov.sh