Tools: enable aux IMUs while testing Plane

This commit is contained in:
bugobliterator 2023-03-04 11:02:02 +11:00 committed by Andrew Tridgell
parent e2509b7c6b
commit 327ec0c355

View File

@ -83,6 +83,9 @@ function run_autotest() {
if [ "x$CI_BUILD_DEBUG" != "x" ]; then if [ "x$CI_BUILD_DEBUG" != "x" ]; then
w="$w --debug" w="$w --debug"
fi fi
if [ "$NAME" == "Plane" ]; then
w="$w --num-aux-imus=2"
fi
if [ "$NAME" == "Examples" ]; then if [ "$NAME" == "Examples" ]; then
w="$w --speedup=5 --timeout=14400 --debug --no-clean" w="$w --speedup=5 --timeout=14400 --debug --no-clean"
fi fi