mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: fixed AerobaticsScripting test
we no longer allow open() on directories so that we match ChibiOS FATFS
This commit is contained in:
parent
ffb7328ede
commit
75fca4c171
@ -4515,7 +4515,7 @@ class AutoTestPlane(vehicle_test_suite.TestSuite):
|
||||
self.customise_SITL_commandline(
|
||||
[],
|
||||
model=model,
|
||||
defaults_filepath="",
|
||||
defaults_filepath="Tools/autotest/models/plane-3d.parm",
|
||||
wipe=True)
|
||||
|
||||
self.context_push()
|
||||
|
Loading…
Reference in New Issue
Block a user