mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Prefer to killall descendants instead of just killing yes processes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
function finish() {
|
||||
echo "Exiting..."
|
||||
killall yes
|
||||
pkill -P $$
|
||||
if [ "$pass_rate" -lt 100 ]; then
|
||||
echo "Check tmp/rspec.log for details."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user