huskies: merge 986
This commit is contained in:
@@ -161,7 +161,7 @@ pub(in crate::agents::pool) async fn run_server_owned_completion(
|
||||
false,
|
||||
));
|
||||
}
|
||||
let (passed, output) = crate::agents::gates::run_acceptance_gates(&path)?;
|
||||
let outcome = crate::agents::gates::run_acceptance_gates(&path)?;
|
||||
// Restore stashed uncommitted changes.
|
||||
if stashed {
|
||||
let _ = std::process::Command::new("git")
|
||||
@@ -169,7 +169,7 @@ pub(in crate::agents::pool) async fn run_server_owned_completion(
|
||||
.current_dir(&path)
|
||||
.output();
|
||||
}
|
||||
Ok((passed, output, false))
|
||||
Ok((outcome.passed, outcome.output, false))
|
||||
})
|
||||
.await
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user