Call wait to ensure that background processes have died

This is being done to establish parity with pgrep-j_test
This commit is contained in:
Enji Cooper 2015-02-13 01:07:12 +00:00
parent 09d73a0662
commit 01f66c0831
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278653

View File

@ -50,6 +50,7 @@ else
fi
[ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)
[ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)
wait
name="pgrep -j any"
sleep_amount=6
@ -70,6 +71,7 @@ else
fi
[ -f ${PWD}/${base}_2_1.pid ] && kill $(cat ${PWD}/${base}_2_1.pid)
[ -f ${PWD}/${base}_2_2.pid ] && kill $(cat ${PWD}/${base}_2_2.pid)
wait
name="pgrep -j none"
sleep_amount=7