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 ae63d4a commit c002c24Copy full SHA for c002c24
codeflash/optimization/function_optimizer.py
@@ -1186,7 +1186,7 @@ def run_and_parse_tests(
1186
)
1187
return TestResults(), None
1188
if run_result.returncode != 0 and testing_type == TestingMode.BEHAVIOR:
1189
- logger.debug(
+ logger.info(
1190
f"Nonzero return code {run_result.returncode} when running tests in "
1191
f"{', '.join([str(f.instrumented_behavior_file_path) for f in test_files.test_files])}.\n"
1192
f"stdout: {run_result.stdout}\n"
0 commit comments