Tools: autotest: correct speedup parameter handling
This commit is contained in:
parent
aeb99c675b
commit
50ccbb5d0c
@ -257,7 +257,7 @@ def run_step(step):
|
|||||||
"gdbserver": opts.gdbserver,
|
"gdbserver": opts.gdbserver,
|
||||||
}
|
}
|
||||||
if opts.speedup is not None:
|
if opts.speedup is not None:
|
||||||
fly_opts.speedup = opts.speedup
|
fly_opts["speedup"] = opts.speedup
|
||||||
|
|
||||||
if step == 'fly.ArduCopter':
|
if step == 'fly.ArduCopter':
|
||||||
return arducopter.fly_ArduCopter(binary, frame=opts.frame, **fly_opts)
|
return arducopter.fly_ArduCopter(binary, frame=opts.frame, **fly_opts)
|
||||||
|
Loading…
Reference in New Issue
Block a user