Enable logging to console for briar-core tests.

This commit is contained in:
akwizgran
2018-08-20 15:53:13 +01:00
parent 335c360ef8
commit 65ce049737

View File

@@ -32,3 +32,9 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
}
test {
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
}
}