Skip to content

Commit a437b6d

Browse files
committed
Log each test starting.
1 parent 56fa0ac commit a437b6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dd-java-agent-ittests/dd-java-agent-ittests.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ test {
4848
// Defining here to allow jacoco to be first on the command line.
4949
jvmArgs "-javaagent:${project(':dd-java-agent').buildDir}/libs/dd-java-agent-${project.version}.jar"
5050
}
51+
52+
testLogging {
53+
events "started"
54+
}
5155

5256
if (project.hasProperty("disableShadowRelocate") && disableShadowRelocate) {
5357
exclude 'com/datadoghq/trace/agent/ShadowPackageRenamingTest.class'

0 commit comments

Comments
 (0)