Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ⭐
SIGINT
will also kill cometbft, pd, summonerd
when running this locally in a development shell, i found that `ctrl+c` would not terminate the other running processes. this would stop the shell script, but logs from pd and cometbft would continue being printed to the screen. moreover, after stopping that shell, `ps` showed me that these processes were left running, causing subsequent runs of the summonerd smoke test to fail due to ports already being bound. this adds `SIGINT` to the list of signals that will bring down the cometbft, pd, and summonerd processes. this way, `ctrl+c` will properly clean things up.
- Loading branch information