Commit 576cc8d
committed
fix(e2e/docker): point log assertion at per-harness tmp path
v0.19.0 moved plugin log writes from `${tmpdir}/magic-context.log` to
`${tmpdir}/opencode/magic-context/magic-context.log` (OpenCode) and
`${tmpdir}/pi/magic-context/magic-context.log` (Pi) so OpenCode Desktop
stops firing permission prompts on log writes. The Docker E2E scripts
still asserted against the old flat path, so both harness suites
failed at the `magic-context plugin log exists` check on the v0.19.0
tag run.
Updates `tests/docker/test-opencode-e2e.sh` and
`tests/docker/test-pi-e2e.sh` to use the new paths. No other E2E
files referenced the old path.1 parent bb6e3b3 commit 576cc8d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments