We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c1b7e commit e2da2ceCopy full SHA for e2da2ce
utbot-junit-contest/src/main/kotlin/org/utbot/runtool/UtBotTool2.kt
@@ -34,7 +34,7 @@ class UtBotTool2 : ITestingTool {
34
val line = inputChannel.readLine()
35
if (line == null) {
36
log("INIT FAILED, INPUT LINE IS <NULL>")
37
- continue
+ break
38
}
39
40
logUtbotOut(line)
@@ -131,9 +131,9 @@ class UtBotTool2 : ITestingTool {
131
while (true) {
132
133
134
- log(">>> INPUT FROM UTBOT IS NULL <<<")
135
-// restartProcess()
136
+ log("INPUT FROM UTBOT IS NULL, RESTARTING UTBOT")
+ restartProcess()
137
138
139
0 commit comments