Browse Source

autotest: ensure JSBSim is dead at start of testing

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
387b6afed4
  1. 2
      Tools/scripts/build_autotest.sh

2
Tools/scripts/build_autotest.sh

@ -137,6 +137,8 @@ echo $githash > "buildlogs/history/$hdate/githash.txt" @@ -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

Loading…
Cancel
Save