Skip to content

Add missing chrome_debug dependency #600

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

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

eitany
Copy link
Contributor

@eitany eitany commented Oct 31, 2017

Fix for: #599

@diemol
Copy link
Member

diemol commented Oct 31, 2017

Hi @eitany,

Thanks for this PR, good catch!

@@ -75,7 +75,7 @@ standalone_chrome: generate_standalone_chrome chrome
generate_standalone_chrome_debug:
cd ./StandaloneDebug && ./generate.sh StandaloneChromeDebug node-chrome-debug Chrome $(VERSION) $(NAMESPACE) $(AUTHORS)

standalone_chrome_debug: generate_standalone_chrome_debug standalone_chrome
standalone_chrome_debug: chrome_debug generate_standalone_chrome_debug standalone_chrome
Copy link
Member

Choose a reason for hiding this comment

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

I think you just need to replace standalone_chrome with chrome_debug, instead of adding it.
Could you please change that?

I also noted that the standalone_firefox_debug has the same issue, if you want to, make that change as well.

Copy link
Member

Choose a reason for hiding this comment

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

I'll merge it like that and then make the additional change. Thanks again!

@diemol diemol merged commit cb676ec into SeleniumHQ:master Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants