test: skip legacy doctor in upgrade survivor prep · openclaw/openclaw@408642d
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
File tree
scripts/e2e/lib/upgrade-survivor
| Original file line number | Diff line number | Diff line change |
|---|
@@ -287,12 +287,7 @@ legacy_plugin_dependency_probe_paths() {
|
287 | 287 | |
288 | 288 | install_baseline_plugin_dependencies() { |
289 | 289 | plugin_deps_cleanup_enabled || return 0 |
290 | | -echo "Running baseline doctor to install configured plugin dependencies before update." |
291 | | -if ! openclaw doctor --fix --non-interactive >"$BASELINE_DOCTOR_LOG" 2>&1; then |
292 | | -echo "baseline openclaw doctor failed while preparing plugin dependency cleanup scenario" >&2 |
293 | | - cat "$BASELINE_DOCTOR_LOG" >&2 || true |
294 | | -return 1 |
295 | | -fi |
| 290 | +echo "Skipping baseline doctor for plugin dependency cleanup scenario; candidate doctor owns stale dependency cleanup." |
296 | 291 | } |
297 | 292 | |
298 | 293 | seed_legacy_plugin_dependency_debris() { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。