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

Fix name of argument passed to NodeStrategy #227

Merged
merged 1 commit into from
Jul 7, 2020
Merged

Conversation

jacobperron
Copy link
Member

@jacobperron jacobperron commented Jul 6, 2020

Fixes #226

NodeStrategy does not look for an argument named 'use_daemon'.
Instead it checks for an argument named 'no_daemon'.

macOS (retest-until-fail 10): Build Status

NodeStrategy does not look for an argument named 'use_daemon'.
Instead it checks for an argument named 'no_daemon'.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@artivis
Copy link

artivis commented Jul 7, 2020

For reference: NodeStrategy looking for no_daemon.

Copy link

@artivis artivis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@mikaelarguedas mikaelarguedas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the catch

CI failure is unrelated and likely another occurrence of https://github.com/ros2/sros2/issues/221
I re-triggered the failing workflow

@codecov
Copy link

codecov bot commented Jul 7, 2020

Codecov Report

Merging #227 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   76.84%   76.84%           
=======================================
  Files          23       23           
  Lines         609      609           
  Branches       53       53           
=======================================
  Hits          468      468           
  Misses        121      121           
  Partials       20       20           
Flag Coverage Δ
#unittests 76.84% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbec91d...25633f8. Read the comment docs.

@mikaelarguedas
Copy link
Member

@mikaelarguedas mikaelarguedas merged commit 54e80d5 into master Jul 7, 2020
@mikaelarguedas mikaelarguedas deleted the jacob/fix_226 branch July 7, 2020 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_generate_policy fails on macOS
4 participants