ApexAI / apex_rostest

Framework for ROS2 Integration Testing
5 stars 6 forks source link

More output when node dies #12

Closed pbaughman closed 5 years ago

pbaughman commented 5 years ago

It can be hard to understand why processes under test die early before the tests are finished. This update will print the stderr and stdout of these processes to help debug what happened

Depends on


This change is Reviewable

pbaughman commented 5 years ago

@left4taco This is the same change as what we approved internally (!1096). Going forward, we'll just have the PRs on github and then pull our internal version from here but for now there is a little duplication. Can you approve this one too?