mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
debug msg for loggerd tests
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