+2
-2
@@ -91,7 +91,7 @@ abstract class AbstractIncrementalJpsTest(
|
|||||||
private fun enableDebugLogging() {
|
private fun enableDebugLogging() {
|
||||||
com.intellij.openapi.diagnostic.Logger.setFactory(TestLoggerFactory::class.java)
|
com.intellij.openapi.diagnostic.Logger.setFactory(TestLoggerFactory::class.java)
|
||||||
TestLoggerFactory.dumpLogToStdout("")
|
TestLoggerFactory.dumpLogToStdout("")
|
||||||
TestLoggerFactory.enableDebugLogging(myTestRootDisposable, "#org")
|
TestLoggerFactory.enableDebugLogging(testRootDisposable, "#org")
|
||||||
|
|
||||||
val console = ConsoleAppender()
|
val console = ConsoleAppender()
|
||||||
console.layout = PatternLayout("%d [%p|%c|%C{1}] %m%n")
|
console.layout = PatternLayout("%d [%p|%c|%C{1}] %m%n")
|
||||||
@@ -268,7 +268,7 @@ abstract class AbstractIncrementalJpsTest(
|
|||||||
protected open fun doTest(testDataPath: String) {
|
protected open fun doTest(testDataPath: String) {
|
||||||
testDataDir = File(testDataPath)
|
testDataDir = File(testDataPath)
|
||||||
workDir = FileUtilRt.createTempDirectory(TEMP_DIRECTORY_TO_USE, "jps-build", null)
|
workDir = FileUtilRt.createTempDirectory(TEMP_DIRECTORY_TO_USE, "jps-build", null)
|
||||||
Disposer.register(myTestRootDisposable, Disposable { FileUtilRt.delete(workDir) })
|
Disposer.register(testRootDisposable, Disposable { FileUtilRt.delete(workDir) })
|
||||||
|
|
||||||
val moduleNames = configureModules()
|
val moduleNames = configureModules()
|
||||||
initialMake()
|
initialMake()
|
||||||
|
|||||||
Reference in New Issue
Block a user