mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix the -testclass bug.
This commit is contained in:
parent
b895d4c8f2
commit
23347dba77
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class TestNgRunner() : GenericTestRunner() {
|
|||
add(testngXml.absolutePath)
|
||||
} else {
|
||||
add("-testclass")
|
||||
addAll(findTestClasses(project, classpath))
|
||||
add(findTestClasses(project, classpath).joinToString(","))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue