Commit dd29098
authored
chore: improve process management in upgrade test script (#985)
Replace `daemon` mode with a backgrounded foreground process (`start ...
&`) so the BEAM PID is captured directly via `$!`, removing the fragile
`pgrep` dependency. Output is redirected to
`/tmp/supavisor_upgrade_test.log`. Also removes `METRICS_DISABLED=true`
for a more realistic test environment.1 parent 97c2112 commit dd29098
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
| |||
0 commit comments