mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
tests: Kill Etherpad and wait for it to exit
This commit is contained in:
parent
9abb77e899
commit
c9eb4c72a5
3 changed files with 5 additions and 3 deletions
|
@ -45,6 +45,6 @@ node remote_runner.js
|
|||
exit_code=$?
|
||||
|
||||
kill $(cat /tmp/sauce.pid)
|
||||
kill $ep_pid
|
||||
kill "$ep_pid" && wait "$ep_pid"
|
||||
|
||||
exit $exit_code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue