mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
debug msg for loggerd tests
old-commit-hash: 48652db706c7070bb336fc40be7acdc5c2a6e97a
This commit is contained in:
@@ -130,7 +130,7 @@ class TestLoggerd(unittest.TestCase):
|
||||
p = Path(f"{route_path}--{n}")
|
||||
logged = set([f.name for f in p.iterdir() if f.is_file()])
|
||||
diff = logged ^ expected_files
|
||||
self.assertEqual(len(diff), 0)
|
||||
self.assertEqual(len(diff), 0, f"{_=} {route_path=} {n=}, {logged=} {expected_files=}")
|
||||
|
||||
def test_bootlog(self):
|
||||
# generate bootlog with fake launch log
|
||||
|
||||
Reference in New Issue
Block a user