We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8a759 commit 93c1b7eCopy full SHA for 93c1b7e
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
- break
+ continue
38
}
39
40
logUtbotOut(line)
@@ -131,9 +131,9 @@ class UtBotTool2 : ITestingTool {
131
while (true) {
132
133
134
- log("INPUT FROM UTBOT IS NULL, RESTARTING UTBOT")
135
- restartProcess()
136
+ log(">>> INPUT FROM UTBOT IS NULL <<<")
+// restartProcess()
137
138
139
0 commit comments