test(update): align corrupt plugin repair guidance · openclaw/openclaw@e6b0a22
vincentkoc
·
2026-06-11
·
via Recent Commits to openclaw:main
File tree
scripts/e2e/lib/plugin-update
| Original file line number | Diff line number | Diff line change |
|---|
@@ -240,12 +240,12 @@ function assertCorruptPluginDetails(plugins, pluginId) {
|
240 | 240 | ? [ |
241 | 241 | `Disabled "${pluginId}" after plugin update failure`, |
242 | 242 | "OpenClaw will continue without it", |
243 | | -"Run openclaw doctor --fix to attempt automatic repair.", |
| 243 | +"Run openclaw update repair to retry post-update plugin repair.", |
244 | 244 | `Run openclaw plugins inspect ${pluginId} --runtime --json for details.`, |
245 | 245 | ] |
246 | 246 | : [ |
247 | 247 | "package.json is missing", |
248 | | -"Run openclaw doctor --fix to attempt automatic repair.", |
| 248 | +"Run openclaw update repair to retry post-update plugin repair.", |
249 | 249 | `Run openclaw plugins inspect ${pluginId} --runtime --json for details.`, |
250 | 250 | ]; |
251 | 251 | for (const expected of expectedFragments) { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -195,7 +195,7 @@ describe("plugin update unchanged Docker E2E", () => {
|
195 | 195 | message: |
196 | 196 | `Plugin "${CORRUPT_PLUGIN_ID}" could not be processed after the core update: ` + |
197 | 197 | disabledAfterFailure.npm.outcomes[0].message + |
198 | | -" Run openclaw doctor --fix to attempt automatic repair. " + |
| 198 | +" Run openclaw update repair to retry post-update plugin repair. " + |
199 | 199 | `Run openclaw plugins inspect ${CORRUPT_PLUGIN_ID} --runtime --json for details.`, |
200 | 200 | }, |
201 | 201 | ], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。