Skip to content

Commit 9832c7c

Browse files
dkhalanskyjbpablobaxter
authored andcommitted
Fix -Poverwrite.probes not being propagated to the test (Kotlin#2935)
1 parent 656c760 commit 9832c7c

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)