From 496dee5d2d4525517bd7233cc584c9069235da3d Mon Sep 17 00:00:00 2001 From: BharathR Date: Mon, 16 Jan 2017 13:10:31 -0800 Subject: [PATCH] Fixed PX4 sanity test script (removed a check msg) (#6354) * Fixed build error in Snapdragon Flight legacy driver mode (partially) * Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue) * Fixed the snapdragon flight sanity test script (default and legacy driver modes) * Fixed PX4 sanity test script (removed a check msg) --- Tools/px4_snapflight_sanitytest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/px4_snapflight_sanitytest.sh b/Tools/px4_snapflight_sanitytest.sh index 7f16008106..5559f343fe 100644 --- a/Tools/px4_snapflight_sanitytest.sh +++ b/Tools/px4_snapflight_sanitytest.sh @@ -48,7 +48,6 @@ declare -a appsproc_strings_absent=( # List of expected strings from the DSP declare -a dsp_strings_present=( - "EKF alignment complete" "AdspCoreSvc: Started successfully" "loading BLSP configuration" )