Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait_for_ouput() repr includes actual text #408

Merged
merged 2 commits into from
Apr 27, 2020

Commits on Apr 27, 2020

  1. 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>
    sloretz committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    0d077f6 View commit details
    Browse the repository at this point in the history
  2. Flake8 CNL100

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9ce33de View commit details
    Browse the repository at this point in the history