autotest: ensure JSBSim is dead on restart

This commit is contained in:
Andrew Tridgell 2013-01-09 13:20:15 +11:00
parent 9d6d59b1dd
commit 66073ee94f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -x
killall -q ArduPlane.elf
pkill -f runsim.py
killall -q JSBSim
set -e
autotest=$(dirname $(readlink -e $0))