mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: re-fetch parms after loading
trying to debug an autotest issue
This commit is contained in:
parent
9282c8d0d9
commit
29c818ec6f
@ -436,6 +436,8 @@ def fly_ArduPlane(viewerip=None, map=False):
|
||||
mavproxy.send("param load %s/ArduPlane.parm\n" % testdir)
|
||||
mavproxy.expect('Loaded [0-9]+ parameters')
|
||||
|
||||
mavproxy.send("param fetch\n")
|
||||
|
||||
# restart with new parms
|
||||
util.pexpect_close(mavproxy)
|
||||
util.pexpect_close(sil)
|
||||
|
Loading…
Reference in New Issue
Block a user