fabro(01KQRFAT7326ADECC8AAWBXK6M): fmt (succeeded)

Fabro-Run: 01KQRFAT7326ADECC8AAWBXK6M
Fabro-Completed: 11

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-04 03:50:26 +00:00
parent ee482852d8
commit fc76476a6c
5 changed files with 6 additions and 8 deletions

View file

@ -984,4 +984,4 @@ fn attach_json_errors_without_prompting_for_human_input() {
.await;
});
wait_for_status(&run.run_dir, &["succeeded"]);
}
}

View file

@ -360,4 +360,4 @@ fn dump_file_summary(output_dir: &std::path::Path) -> String {
.collect();
files.sort();
files.join("\n") + "\n"
}
}

View file

@ -1004,4 +1004,4 @@ fn detach_creates_run_dir_with_detach_log() {
}
"#
);
}
}

View file

@ -176,4 +176,4 @@ fn dry_run_legacy_tool() {
Status: SUCCEEDED
Duration: [DURATION]
");
}
}

View file

@ -295,9 +295,7 @@ impl RunLifecycle<WorkflowGraph> for GitLifecycle {
self.emitter.notice_with_tail(
RunNoticeLevel::Warn,
"git_push_failed",
format!(
"Failed to push run branch {branch}: {err}"
),
format!("Failed to push run branch {branch}: {err}"),
exec_output_tail.clone(),
);
(false, exec_output_tail)
@ -1142,4 +1140,4 @@ mod tests {
events.iter().map(RunEvent::event_name).collect::<Vec<_>>()
);
}
}
}