mirror of https://github.com/ArduPilot/ardupilot
autotest: ensure JSBSim is dead on restart
This commit is contained in:
parent
9d6d59b1dd
commit
66073ee94f
|
@ -4,6 +4,7 @@ set -x
|
|||
|
||||
killall -q ArduPlane.elf
|
||||
pkill -f runsim.py
|
||||
killall -q JSBSim
|
||||
set -e
|
||||
|
||||
autotest=$(dirname $(readlink -e $0))
|
||||
|
|
Loading…
Reference in New Issue