hanging mac: trying to echo

bugfix-109-spaces
Dave Musicant (home machine) 2 years ago
parent 55875c8374
commit f2b4b7a70b

@ -20,6 +20,7 @@ setup() {
} }
teardown() { teardown() {
echo '# Teardown started' >&3
# Remove testing directories # Remove testing directories
# shellcheck disable=SC2164 # shellcheck disable=SC2164
cd /tmp cd /tmp
@ -29,4 +30,6 @@ teardown() {
# Make sure gitwatch script gets killed if script stopped background # Make sure gitwatch script gets killed if script stopped background
# Must kill the entire tree of processes generated # Must kill the entire tree of processes generated
pkill -15 -P "$GITWATCH_PID" pkill -15 -P "$GITWATCH_PID"
echo '# Teardown complete' >&3
} }

Loading…
Cancel
Save