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

@@ -49,8 +49,3 @@ project.afterEvaluate {
into 'src/main/res/raw'
}
}
tasks.withType(Test) {
// Use entropy-gathering device specified on command line, if any
systemProperty 'java.security.egd', System.getProperty('java.security.egd')
}