mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git tests: log the output of git commands called in tests that failed
This commit is contained in:
@@ -76,7 +76,7 @@ abstract class GitPlatformTest : VcsPlatformTest() {
|
||||
override fun getDebugLogCategories(): Collection<String> {
|
||||
return super.getDebugLogCategories().plus(listOf("#" + Executor::class.java.name,
|
||||
"#" + GitHandler::class.java.name,
|
||||
GitHandler::class.java.name))
|
||||
"#output." + GitHandler::class.java.name))
|
||||
}
|
||||
|
||||
protected open fun createRepository(rootDir: String): GitRepository {
|
||||
|
||||
Reference in New Issue
Block a user