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 (un-)registering runner with similar names #22

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

elkangaroo
Copy link

Pull Request (PR) description

I have registered a runner with name behat-js and now I want to register another runner with name behat. Due to the runner_name not being quoted in the unless/onlyif statements, the second runner will not be registered, because /bin/grep will find behat-js when looking for behat.

Fixed by quoting the runner_name in the unless/onlyif statements.

@LongLiveCHIEF LongLiveCHIEF merged commit 01fa248 into voxpupuli:master Sep 11, 2018
@bastelfreak bastelfreak added the bug Something isn't working label Sep 11, 2018
@elkangaroo elkangaroo deleted the fix-runner-registration branch September 13, 2018 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants