LUCENE-9596: Reproduce line for failed tests should have method-level accuracy

This commit is contained in:
Dawid Weiss 2020-11-03 10:56:05 +01:00
parent 0f871b2c56
commit 63c4dfa454
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ allprojects {
"name": "${desc.className}.${desc.name}", "name": "${desc.className}.${desc.name}",
"project": "${test.project.path}", "project": "${test.project.path}",
"output": file("${task.testOutputsDir}/${ErrorReportingTestListener.getOutputLogName(desc.parent)}"), "output": file("${task.testOutputsDir}/${ErrorReportingTestListener.getOutputLogName(desc.parent)}"),
"reproduce": "gradlew ${project.path}:test --tests \"${desc.className}\" ${task.project.testOptionsForReproduceLine}" "reproduce": "gradlew ${project.path}:test --tests \"${desc.className}.${desc.name}\" ${task.project.testOptionsForReproduceLine}"
] ]
} }
} }