Echo the killed processes.

This commit is contained in:
2025-10-14 11:26:43 -07:00
parent ed7c2b8b29
commit 6def1a3007

2
run.sh
View File

@@ -134,7 +134,7 @@ status=$?
## Finish ## ## Finish ##
log "Kill spawned processes." log "Kill spawned processes."
pkill -P $$ pkill -eP $$
log "Exiting with status '$status'." log "Exiting with status '$status'."
exit $status exit $status