ros2 / launch

Tools for launching multiple processes and for writing tests involving multiple processes.
Apache License 2.0
126 stars 144 forks source link

Fix a warning in modern unittest. #773

Closed clalancette closed 8 months ago

clalancette commented 8 months ago

Newer versions of unittest no longer store an errors list; instead, they store a result, which then stores an error list. Update the code here to be able to deal with either version.

clalancette commented 8 months ago

CI: