We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314672 commit 7f69390Copy full SHA for 7f69390
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/ChildProcessRunner.kt
@@ -38,8 +38,7 @@ class ChildProcessRunner {
38
processSeqN++
39
40
if (UtSettings.logConcreteExecutionErrors) {
41
- UT_BOT_TEMP_DIR.mkdirs()
42
- errorLogFile = File(UT_BOT_TEMP_DIR, "${hashCode()}-${processSeqN}.log")
+ errorLogFile = File("concrete_executor.log")
43
}
44
45
val processBuilder = ProcessBuilder(cmds).redirectError(errorLogFile)
0 commit comments