mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
mavsdk_tests: end the logfiles with .log
This commit is contained in:
@@ -36,7 +36,7 @@ class Runner:
|
|||||||
def start(self, config):
|
def start(self, config):
|
||||||
if self.log_dir:
|
if self.log_dir:
|
||||||
f = open(self.log_dir + os.path.sep +
|
f = open(self.log_dir + os.path.sep +
|
||||||
"log-{}-{}-{}-{}.txt".format(
|
"log-{}-{}-{}-{}.log".format(
|
||||||
self.log_prefix,
|
self.log_prefix,
|
||||||
config['model'],
|
config['model'],
|
||||||
config['test_filter'],
|
config['test_filter'],
|
||||||
|
|||||||
Reference in New Issue
Block a user