Use /dev/urandom for tests.

This commit is contained in:
akwizgran
2018-08-20 16:54:46 +01:00
parent 65ce049737
commit b02d89967e
9 changed files with 31 additions and 9 deletions

View File

@@ -11,8 +11,8 @@ test:
- .gradle/caches
script:
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
- ./gradlew --no-daemon briar-core: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