mirror of https://github.com/ArduPilot/ardupilot
autotest: kill off lt-JSBSim too
on some systems it gets this name
This commit is contained in:
parent
9c2df97954
commit
87d43d766d
|
@ -25,8 +25,7 @@ shift $((OPTIND-1))
|
||||||
|
|
||||||
# kill existing copy if this is the '0' instance only
|
# kill existing copy if this is the '0' instance only
|
||||||
[ "$INSTANCE" -eq "0" ] && {
|
[ "$INSTANCE" -eq "0" ] && {
|
||||||
killall -q JSBSim
|
killall -q JSBSim lt-JSBSim ArduPlane.elf
|
||||||
killall -q ArduPlane.elf
|
|
||||||
pkill -f runsim.py
|
pkill -f runsim.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue