From 26bbedd7777324ad24c5cb043adb105fccdbbb97 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 14 Dec 2020 09:22:37 +1100 Subject: [PATCH] autotest: remove un-needed parameter wipe after soaring test --- Tools/autotest/arduplane.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index e6cb140f26..3d1679e5a4 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -1862,8 +1862,6 @@ class AutoTestPlane(AutoTest): def fly_terrain_mission(self): - self.customise_SITL_commandline([], wipe=True) - self.mavproxy.send("wp set 1\n") self.wait_ready_to_arm() self.arm_vehicle()