mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
mavsdk_tests: print where to find logfiles
This commit is contained in:
@@ -361,6 +361,10 @@ class Tester:
|
|||||||
|
|
||||||
if not is_success:
|
if not is_success:
|
||||||
print(self.get_combined_log(logfile_path))
|
print(self.get_combined_log(logfile_path))
|
||||||
|
print("Logfiles: ")
|
||||||
|
print(" - {}".format(logfile_path))
|
||||||
|
for runner in self.active_runners:
|
||||||
|
print(" - {}".format(runner.get_log_filename()))
|
||||||
return is_success
|
return is_success
|
||||||
|
|
||||||
def start_combined_log(self, filename: str) -> None:
|
def start_combined_log(self, filename: str) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user