autotest: ensure JSBSim is dead at start of testing

This commit is contained in:
Andrew Tridgell 2013-09-13 13:22:00 +10:00
parent 8b2c9557c7
commit 387b6afed4

View File

@ -137,6 +137,8 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
(cd APM && Tools/scripts/build_docs.sh)
killall -9 JSBSim || /bin/true
timelimit 5200 APM/Tools/autotest/autotest.py --timeout=5000 > buildlogs/autotest-output.txt 2>&1
) >> build.log 2>&1