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 dc2a19e commit 81f912aCopy full SHA for 81f912a
codeflash/optimization/function_optimizer.py
@@ -1457,7 +1457,7 @@ def submit_test_generation_tasks(
1457
]
1458
1459
def cleanup_generated_files(self) -> None:
1460
- paths_to_cleanup = [self.test_cfg.concolic_test_root_dir]
+ paths_to_cleanup = []
1461
for test_file in self.test_files:
1462
paths_to_cleanup.append(test_file.instrumented_behavior_file_path)
1463
paths_to_cleanup.append(test_file.benchmarking_file_path)
0 commit comments