mirror of https://github.com/ArduPilot/ardupilot
autotest: correct command-line for sitl in FlyEachFrame
This commit is contained in:
parent
b367fd0c1e
commit
578d51574d
|
@ -8886,7 +8886,8 @@ class AutoTestCopter(vehicle_test_suite.TestSuite):
|
|||
if not isinstance(defaults, list):
|
||||
defaults = [defaults]
|
||||
self.customise_SITL_commandline(
|
||||
["--defaults", ','.join(defaults), ],
|
||||
[],
|
||||
defaults_filepath=defaults,
|
||||
model=model,
|
||||
wipe=True,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue