Add support for pegging the JVM version when checking code coverage. master
authorChris Jaekl <cejaekl@yahoo.com>
Tue, 28 Nov 2017 13:19:04 +0000 (22:19 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Tue, 28 Nov 2017 13:19:04 +0000 (22:19 +0900)
commit42dd7a2bd1f69f9cd0d16a135fdbf159143a5a41
tree27522d6f2d4a87ed1da809fcce206208ca73ebec
parenta62d41ddf11fd3769f6894b4385314f536360a89
Add support for pegging the JVM version when checking code coverage.

It seems that jcov has trouble with Java 9, and has been failing since I upgraded the
system default JVM to Java 9.  This change consults JAVA_HOME for the JVM path, so that
Jenkins can override it and have a successful build.
cov.sh