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

Suppress memory tools warning if tests will be skipped #4

Merged
merged 2 commits into from Sep 9, 2020

Commits on Sep 8, 2020

  1. Suppress memory tools warning if tests will be skipped

    I'd prefer to inspect the test itself to see if it will be skipped
    individually, but this warning is implemented in a common location so
    that it is printed once, instead of once for each defined test. Looking
    at the source variable, `AMENT_RUN_PERFORMANCE_TESTS`, should give us
    the same behavior.
    
    Signed-off-by: Scott K Logan <logans@cottsay.net>
    cottsay committed Sep 8, 2020
    Copy the full SHA
    16ab60e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. fixup! Suppress memory tools warning if tests will be skipped

    Signed-off-by: Scott K Logan <logans@cottsay.net>
    cottsay committed Sep 9, 2020
    Copy the full SHA
    d817562 View commit details
    Browse the repository at this point in the history