test(e2e): surface update channel fixture install logs · openclaw/openclaw@9895236
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -55,7 +55,10 @@ tar -xzf "$package_tgz" -C "$git_root" --strip-components=1
|
55 | 55 | node scripts/e2e/lib/update-channel-switch/assertions.mjs prepare-git-fixture "$git_root" |
56 | 56 | ( |
57 | 57 | cd "$git_root" |
58 | | - npm install --omit=optional --no-fund --no-audit >/tmp/openclaw-git-install.log 2>&1 |
| 58 | + if ! npm install --omit=optional --no-fund --no-audit >/tmp/openclaw-git-install.log 2>&1; then |
| 59 | + cat /tmp/openclaw-git-install.log >&2 || true |
| 60 | + exit 1 |
| 61 | + fi |
59 | 62 | ) |
60 | 63 | node scripts/e2e/lib/update-channel-switch/assertions.mjs write-control-ui "$git_root" |
61 | 64 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。