Skip to content

Commit

Permalink
Fix -Poverwrite.probes not being propagated to the test (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Oct 28, 2021
1 parent 1004f39 commit eccebf2
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 eccebf2

Please sign in to comment.