mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 03:42:09 +08:00
LogReader: fix plotjuggler not reading properly (#31023)
* fix plotjuggler * simpler * fix juggler * fix that old-commit-hash: 61fe705160ddb9e5c55292c7f702c5502e2c0d2e
This commit is contained in:
@@ -31,6 +31,8 @@ class TestPlotJuggler(unittest.TestCase):
|
||||
self.assertEqual(p.poll(), None)
|
||||
os.killpg(os.getpgid(p.pid), signal.SIGTERM)
|
||||
|
||||
self.assertNotIn("Raw file read failed", output)
|
||||
|
||||
# TODO: also test that layouts successfully load
|
||||
def test_layouts(self):
|
||||
bad_strings = (
|
||||
|
||||
Reference in New Issue
Block a user