From 2e11584fb74002d666f088eeda05973caaad1d39 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Tue, 3 Apr 2012 09:51:51 +1000
Subject: [PATCH] autotest: fixed order of startup messages

---
 Tools/autotest/arduplane.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py
index e64813ae2..781ca1f23 100644
--- a/Tools/autotest/arduplane.py
+++ b/Tools/autotest/arduplane.py
@@ -289,7 +289,6 @@ def fly_ArduPlane(viewerip=None):
     try:
         mav.wait_heartbeat()
         setup_rc(mavproxy)
-        mavproxy.expect('APM: init home')
         mav.recv_match(type='GPS_RAW', condition='MAV.flightmode!="INITIALISING" and GPS_RAW.fix_type==2 and GPS_RAW.lat != 0 and GPS_RAW.alt != 0 and VFR_HUD.alt > 10',
                        blocking=True)
         homeloc = current_location(mav)
-- 
GitLab