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" MODEL="$FRAME"
check_jsbsim_version 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" EXTRA_SIM="$EXTRA_SIM --frame=$FRAME"
usage MODEL="$FRAME"
exit 1 ;;
;;
esac esac
if [ $DEBUG_BUILD == 1 ]; then if [ $DEBUG_BUILD == 1 ]; then