Skip to content

Commit d17562b

Browse files
committed
debug info
1 parent caf2c1c commit d17562b

File tree

1 file changed

+1
-0
lines changed
  • utbot-junit-contest/src/main/kotlin/org/utbot/contest

1 file changed

+1
-0
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ fun runGeneration(
384384
synthesisTimeout, synthesisTimeout
385385
)
386386
val synthesizedTestSets = testSets.map {
387+
logger.info { "Running synthesizer for ${it.method} test case" }
387388
UtMethodTestSet(
388389
it.method,
389390
testCaseGenerator.toAssemble(synthesizerController, it.method, it.executions)

0 commit comments

Comments
 (0)