From 99be50438972ca8bf36fe5672c97978356d16ff5 Mon Sep 17 00:00:00 2001 From: neilsautereau Date: Wed, 12 Feb 2025 20:46:27 +0000 Subject: [PATCH] fix: return combined output of failed test to trigger fix --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index f48873049f5..19a5242d1c6 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -945,6 +945,7 @@ def cmd_run(self, args, add_on_nonzero_exit=False): if add and exit_status != 0: self.io.placeholder = "What's wrong? Fix" + return combined_output def cmd_exit(self, args): "Exit the application"