提交 e6353f0e 编写于 作者: S Stephane Nicoll

Fix JUnit reports location

Issue: SPR-14569
上级 c64cdcc4
......@@ -160,7 +160,7 @@ configure(allprojects) { project ->
// classes with the "$" pattern; otherwise, using -Dtest.single=MyTests to
// run MyTests by itself will fail if MyTests contains any inner classes.
exclude(["**/Abstract*.class", '**/*$*'])
reports.junitXml.destination = file("$buildDir/test-reports")
reports.junitXml.destination = file("$buildDir/test-results")
}
repositories {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册