From 04633d7e1c20a5ede7d1dafbd2e73f822acddaba Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 2 Oct 2020 12:07:40 +1000 Subject: [PATCH] autotest: if MODE_AUTO is disabled then we also need to disabled AFS --- Tools/autotest/build-with-disabled-features.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/autotest/build-with-disabled-features.py b/Tools/autotest/build-with-disabled-features.py index e8fc506ef6..419c3cb3cd 100755 --- a/Tools/autotest/build-with-disabled-features.py +++ b/Tools/autotest/build-with-disabled-features.py @@ -206,7 +206,7 @@ specs = [ "AC_FENCE": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "PROXIMITY_ENABLED": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "AC_RALLY": ["AC_TERRAIN"], - "MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED"], + "MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED", "ADVANCED_FAILSAFE"], "MODE_RTL_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN", "MODE_SMARTRTL_ENABLED"], "BEACON_ENABLED": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "MODE_CIRCLE_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"], @@ -229,7 +229,7 @@ specs = [ "AC_FENCE": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "PROXIMITY_ENABLED": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "AC_RALLY": ["AC_TERRAIN"], - "MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED"], + "MODE_AUTO_ENABLED": ["AC_TERRAIN", "MODE_GUIDED", "ADVANCED_FAILSAFE"], "MODE_RTL_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN", "MODE_SMARTRTL_ENABLED"], "BEACON_ENABLED": ["AC_AVOID_ENABLED", "MODE_FOLLOW_ENABLED"], "MODE_CIRCLE_ENABLED": ["MODE_AUTO_ENABLED", "AC_TERRAIN"],