Skip to content

Commit 81f912a

Browse files
committed
don't cleanup concolic test path with each function
1 parent dc2a19e commit 81f912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ def submit_test_generation_tasks(
14571457
]
14581458

14591459
def cleanup_generated_files(self) -> None:
1460-
paths_to_cleanup = [self.test_cfg.concolic_test_root_dir]
1460+
paths_to_cleanup = []
14611461
for test_file in self.test_files:
14621462
paths_to_cleanup.append(test_file.instrumented_behavior_file_path)
14631463
paths_to_cleanup.append(test_file.benchmarking_file_path)

0 commit comments

Comments
 (0)