diff --git a/tests/regression/run.py b/tests/regression/run.py index c16bfbf00783..4f2af4c0bb79 100644 --- a/tests/regression/run.py +++ b/tests/regression/run.py @@ -92,6 +92,7 @@ def cleanup(self): config.workspace_mount_path = str(temp_path) config.workspace_mount_path_in_sandbox = '/workspace' config.sandbox.keep_runtime_alive = False + config.save_trajectory_path = str(temp_path / 'trajectory.json') initial_user_action = MessageAction(content=task_str) # Change to temp directory for test execution