Browse Source

Tools: autotest: correct speedup parameter handling

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
50ccbb5d0c
  1. 2
      Tools/autotest/autotest.py

2
Tools/autotest/autotest.py

@ -257,7 +257,7 @@ def run_step(step): @@ -257,7 +257,7 @@ def run_step(step):
"gdbserver": opts.gdbserver,
}
if opts.speedup is not None:
fly_opts.speedup = opts.speedup
fly_opts["speedup"] = opts.speedup
if step == 'fly.ArduCopter':
return arducopter.fly_ArduCopter(binary, frame=opts.frame, **fly_opts)

Loading…
Cancel
Save