mirror of https://github.com/apache/lucene.git
LUCENE-9596: Reproduce line for failed tests should have method-level accuracy
This commit is contained in:
parent
0f871b2c56
commit
63c4dfa454
|
@ -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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue