mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mavsdk_tests: don't forget to check for rootfs dir
This commit is contained in:
@@ -177,6 +177,7 @@ class Px4Runner(Runner):
|
||||
rootfs_path = self.cwd
|
||||
if self.verbose:
|
||||
print("Clearing rootfs (except logs): {}".format(rootfs_path))
|
||||
if os.path.isdir(rootfs_path):
|
||||
for item in os.listdir(rootfs_path):
|
||||
if item == 'log':
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user