Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wait_for_ouput() repr includes actual text (#408)
* wait_for_ouput() repr includes actual text This makes `wait_for_output()` return an object that still evaluates as a bool, but when `repr()`'d it includes the actual text. This will help debug a few test failures on the build farm caused by expected output not being seeing. Signed-off-by: Shane Loretz<sloretz@openrobotics.org> Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Flake8 CNL100 Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
- Loading branch information