test(docker): run observability harness with global tsx · openclaw/openclaw@d2786fb
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -42,7 +42,9 @@ for i in $(seq 1 "$loops"); do
|
42 | 42 | mkdir -p "$iteration_dir" |
43 | 43 | |
44 | 44 | echo "== docker observability loop $i/$loops: otel ==" |
45 | | - pnpm qa:otel:smoke \ |
| 45 | + # The functional image has a global tsx runner for mounted harness files; the |
| 46 | + # published package intentionally does not ship tsx as an app dependency. |
| 47 | + tsx scripts/qa-otel-smoke.ts \ |
46 | 48 | --provider-mode mock-openai \ |
47 | 49 | --output-dir "$iteration_dir/otel" |
48 | 50 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。