Use /dev/urandom for tests.

This commit is contained in:
akwizgran
2018-08-20 11:49:17 +01:00
parent e5112ae9ee
commit 9fbf740ba7
8 changed files with 33 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ test:
- .gradle/caches
script:
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
- ./gradlew --no-daemon test
- ./gradlew --no-daemon -Djava.security.egd=file:/dev/urandom animalSnifferMain animalSnifferTest
- ./gradlew --no-daemon -Djava.security.egd=file:/dev/urandom test
after_script:
# these file change every time but should not be cached