Commit 71b38c2
committed
test(logseq-cli): match the doctor status table in the help check
`logseq-cli doctor` prints a per-check status table with no summary line; the OCaml CLI has no "Doctor: ok" string
(absent from cli/lib/doctor.ml and the rendered output). The help check grepped for that phantom substring, so it
failed even though doctor exited 0 with every check ok. The branch never built far enough to run this check before, so
the assertion was never validated.
Assert the stable db-worker-script check row instead, preserving the guard against a degenerate banner that exits 0
without rendering the real table.1 parent be30507 commit 71b38c2
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments