We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d51d5 commit 0e891dbCopy full SHA for 0e891db
Tools/autotest/autotest.py
@@ -497,7 +497,6 @@ def run_step(step):
497
"gdbserver": opts.gdbserver,
498
"breakpoints": opts.breakpoint,
499
"disable_breakpoints": opts.disable_breakpoints,
500
- "frame": opts.frame,
501
"_show_test_timings": opts.show_test_timings,
502
"force_ahrs_type": opts.force_ahrs_type,
503
"num_aux_imus" : opts.num_aux_imus,
@@ -865,10 +864,6 @@ def format_epilog(self, formatter):
865
864
default=None,
866
type='int',
867
help='maximum runtime in seconds')
868
- parser.add_option("--frame",
869
- type='string',
870
- default=None,
871
- help='specify frame type')
872
parser.add_option("--show-test-timings",
873
action="store_true",
874
default=False,
0 commit comments