Skip to content

Commit

Permalink
Using -Djava.security.egd=file:/dev/urandom explicitly for cli tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Oct 13, 2021
1 parent 95b28db commit 5fab558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tasks.named("dependencyLicenses").configure {
test {
// TODO: find a way to add permissions for the tests in this module
systemProperty 'tests.security.manager', 'false'
jvmArgs += [ "-Djava.security.egd=file:/dev/urandom" ]
}

/*
Expand Down

0 comments on commit 5fab558

Please sign in to comment.