Skip to content

Commit 734868e

Browse files
committed
Additional logging for checkAllCombinations
1 parent 579f340 commit 734868e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utbot-framework/src/main/kotlin/org/utbot/tests/infrastructure/UtValueTestCaseChecker.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,11 +2364,10 @@ abstract class UtValueTestCaseChecker(
23642364
// TODO check that all generated classes have different content JIRA:1415
23652365

23662366
logger.info { "Total configurations: ${succeeded.size + failed.size}. Failed: ${failed.size}." }
2367-
23682367
require(failed.isEmpty()) {
23692368
val separator = System.lineSeparator()
23702369
val failedConfigurations = failed.joinToString(prefix = separator, separator = separator)
2371-
2370+
logger.error { "Failed configurations: $failedConfigurations" }
23722371
"Failed configurations: $failedConfigurations"
23732372
}
23742373
}

0 commit comments

Comments
 (0)