Commit a16ec6e
test: idempotent stop in helpers
Before this patch, calling StopTarantool wasn't idempotent because it
accepts a struct copy and doesn't actually set Cmd to nil. Setting
Cmd.Process to nil is effective since it's a pointer. Reworking helpers
to use pointer would be better, but it would break existing API.1 parent afce61b commit a16ec6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments