test with can

pull/32042/head
Shane Smiskol 1 year ago
parent a1c37c72a2
commit d6cf230489
  1. 2
      tools/plotjuggler/test_plotjuggler.py

@ -18,7 +18,7 @@ class TestPlotJuggler(unittest.TestCase):
install() install()
pj = os.path.join(PJ_DIR, "juggle.py") pj = os.path.join(PJ_DIR, "juggle.py")
with subprocess.Popen(f'QT_QPA_PLATFORM=offscreen {pj} "{DEMO_ROUTE}/:2"', with subprocess.Popen(f'QT_QPA_PLATFORM=offscreen {pj} --can "{DEMO_ROUTE}/:2"',
stderr=subprocess.PIPE, shell=True, start_new_session=True) as p: stderr=subprocess.PIPE, shell=True, start_new_session=True) as p:
# Wait for "Done reading Rlog data" signal from the plugin # Wait for "Done reading Rlog data" signal from the plugin
output = "\n" output = "\n"

Loading…
Cancel
Save