Merge branch 'optional-tests' into 'master'

Specify optional tests with an environment variable

See merge request briar/briar!916
This commit is contained in:
akwizgran
2018-09-13 14:36:59 +00:00
10 changed files with 20 additions and 34 deletions

View File

@@ -184,8 +184,3 @@ task verifyTranslations {
project.afterEvaluate {
preBuild.dependsOn.add(verifyTranslations)
}
tasks.withType(Test) {
// Use entropy-gathering device specified on command line, if any
systemProperty 'java.security.egd', System.getProperty('java.security.egd')
}