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

Removing single quotes from logfile on WIN OS #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joelcollyer
Copy link

@joelcollyer joelcollyer commented Oct 26, 2018

When the start command is run on Windows, the single quotes appear as part of the logfile path or name.

We discovered this when we tried to set the log file argument to "logfile" => "browserstack.log" and found that the single quotes appeared as part of the file name.

Trying to set a log file to a different folder path (i.e. "logfile" => "logs/browserstack.log") would cause single quotes to appear in the path itself (which caused BrowserStackLocal.exe to fail all together).

Removing the single quotes from the command string on Windows resolves the issue, but it does mean you can't use spaces in your log file path.

When the start command is run on Windows, the single quotes appear as part of the logfile path or name.

We discovered this when we tried to set the log file argument to `"logfile" => "browserstack.log"` and found that the single quotes appeared as part of the file name.

Trying to set a log file to a different folder path (i.e. `"logfile" => "logs/browserstack.log"`) would cause single quotes to appear in the path itself (which caused BrowserStackLocal.exe to fail all together).

Removing the single quotes from the command string on windows resolves the issue.
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.

1 participant