autotest: allow for multiple heli frame types

This commit is contained in:
Andrew Tridgell 2015-07-31 10:54:54 +10:00
parent 6fbe88ba3a
commit 9346596949
1 changed files with 2 additions and 2 deletions

View File

@ -248,9 +248,9 @@ case $FRAME in
BUILD_TARGET="sitl-octa"
MODEL="$FRAME"
;;
heli)
heli*)
BUILD_TARGET="sitl-heli"
MODEL="heli"
MODEL="$FRAME"
;;
heli-dual)
BUILD_TARGET="sitl-heli-dual"