mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Fix test results being read in the wrong directory.
This commit is contained in:
parent
61534e1e81
commit
71540a4426
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class TestNgRunner : GenericTestRunner() {
|
|||
override val annotationPackage = "org.testng"
|
||||
override val runnerName = "TestNG"
|
||||
|
||||
fun defaultOutput(project: Project) = KFiles.joinDir(project.buildDirectory, "test-output")
|
||||
private fun defaultOutput(project: Project) = KFiles.joinDir(project.directory, project.buildDirectory, "test-output")
|
||||
|
||||
override fun args(project: Project, context: KobaltContext, classpath: List<IClasspathDependency>,
|
||||
testConfig: TestConfig) = arrayListOf<String>().apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue