Log each test starting.

This commit is contained in:
Tyler Benson 2017-09-05 16:40:53 -07:00
parent 56fa0ac0fb
commit a437b6d946
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ test {
// Defining here to allow jacoco to be first on the command line.
jvmArgs "-javaagent:${project(':dd-java-agent').buildDir}/libs/dd-java-agent-${project.version}.jar"
}
testLogging {
events "started"
}
if (project.hasProperty("disableShadowRelocate") && disableShadowRelocate) {
exclude 'com/datadoghq/trace/agent/ShadowPackageRenamingTest.class'