Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exit handler: don't use a subshell to list children still running
Use a new children_left.txt log file instead. Using a subshell forced us to filter it out with grep -v $SCRIPT_NAME which is more complicated, incompatible with exec wrappers like multiple-pipeline-capture/playback.sh and incompatible with running concurrent instances. Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information