Skip to content

Commit f773dc1

Browse files
dkhalanskyjbyorickhenning
authored andcommitted
Fix -Poverwrite.probes not being propagated to the test (Kotlin#2935)
1 parent 0b5947f commit f773dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-testing/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ task debugAgentTest(type: Test) {
8282
jvmArgs ('-javaagent:' + project(':kotlinx-coroutines-debug').shadowJar.outputs.files.getFiles()[0])
8383
testClassesDirs = sourceSet.output.classesDirs
8484
classpath = sourceSet.runtimeClasspath
85+
systemProperties project.properties.subMap(["overwrite.probes"])
8586
}
8687

8788
task coreAgentTest(type: Test) {

0 commit comments

Comments
 (0)