Commit c4a010c
fix(test): skip gracefully when Dolt/Docker unavailable instead of failing
TestMain in convoy and daemon packages called os.Exit(1) when the Dolt
server could not start, causing spurious FAIL results in environments
without Docker or Dolt. Changed to os.Exit(0) with a skip message so
these packages report as skipped rather than failed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3bd2412 commit c4a010c
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments