Skip to content

Commit

Permalink
Fix -Poverwrite.probes not being propagated to the test (Kotlin#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb authored and pablobaxter committed Sep 14, 2022
1 parent 656c760 commit 9832c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ task debugAgentTest(type: Test) {
jvmArgs ('-javaagent:' + project(':kotlinx-coroutines-debug').shadowJar.outputs.files.getFiles()[0])
testClassesDirs = sourceSet.output.classesDirs
classpath = sourceSet.runtimeClasspath
systemProperties project.properties.subMap(["overwrite.probes"])
}

task coreAgentTest(type: Test) {
Expand Down

0 comments on commit 9832c7c

Please sign in to comment.