Enable security manager by default.

This commit is contained in:
Dawid Weiss 2019-12-16 15:56:29 +01:00
parent 401ddc6dd1
commit 8ca1d4d144
1 changed files with 1 additions and 1 deletions
gradle/testing

View File

@ -64,7 +64,7 @@ allprojects {
[propName: 'tests.verbose', value: false, description: "Emit verbose debug information from tests."],
[propName: 'tests.infostream', value: false, description: "Enables or disables infostream logs."],
[propName: 'tests.leaveTemporary', value: null, description: "Leave temporary directories after tests complete."],
[propName: 'tests.useSecurityManager', value: false, description: "Enable security manager in tests.", buildOnly: true],
[propName: 'tests.useSecurityManager', value: true, description: "Control security manager in tests.", buildOnly: true],
// component randomization
[propName: 'tests.codec', value: "random", description: "Sets the codec tests should run with."],
[propName: 'tests.directory', value: "random", description: "Sets the Directory implementation tests should run with."],