Merge pull request #16104 from rmuir/nosys

set -Djna.nosys when running tests.
This commit is contained in:
Robert Muir 2016-01-19 22:07:24 -05:00
commit 00bc239eec
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ class BuildPlugin implements Plugin<Project> {
systemProperty 'tests.artifact', project.name
systemProperty 'tests.task', path
systemProperty 'tests.security.manager', 'true'
systemProperty 'jna.nosys', 'true'
// default test sysprop values
systemProperty 'tests.ifNoTests', 'fail'
systemProperty 'es.logger.level', 'WARN'