Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information