autotest: support general models

This commit is contained in:
Andrew Tridgell 2015-06-13 20:07:46 +10:00
parent 4677c189e0
commit 46926765c4
1 changed files with 3 additions and 14 deletions

View File

@ -271,21 +271,10 @@ case $FRAME in
MODEL="$FRAME"
check_jsbsim_version
;;
rover|rover-skid)
EXTRA_SIM="$EXTRA_SIM --frame=$FRAME"
MODEL="$FRAME"
;;
tracker)
EXTRA_SIM="$EXTRA_SIM --frame=$FRAME"
MODEL="$FRAME"
;;
"")
;;
*)
echo "Unknown frame type $FRAME"
usage
exit 1
;;
EXTRA_SIM="$EXTRA_SIM --frame=$FRAME"
MODEL="$FRAME"
;;
esac
if [ $DEBUG_BUILD == 1 ]; then