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
|
||||
[ "$INSTANCE" -eq "0" ] && {
|
||||
killall -q JSBSim
|
||||
killall -q ArduPlane.elf
|
||||
killall -q JSBSim lt-JSBSim ArduPlane.elf
|
||||
pkill -f runsim.py
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue