autotest: kill off lt-JSBSim too

on some systems it gets this name
This commit is contained in:
Andrew Tridgell 2014-01-03 14:27:12 +11:00
parent 9c2df97954
commit 87d43d766d
1 changed files with 1 additions and 2 deletions

View File

@ -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
} }