Log each test starting.
This commit is contained in:
parent
56fa0ac0fb
commit
a437b6d946
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue