git tests: log the output of git commands called in tests that failed

This commit is contained in:
Kirill Likhodedov
2016-05-27 20:33:28 +03:00
parent b95bbfea8b
commit 450e7338b6
@@ -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 {