-
Notifications
You must be signed in to change notification settings - Fork 61
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
Avoid dumping files in working dir #105
Comments
Seems like a good case to leverage |
@dhimil is there any reason for those files to end up in the working directory? If not, I can try to create a PR that stores them in the OS tmpdir, as James suggests above. |
Concerns with temp dir:
|
They should support tmp dirs as well. We can test that with Travis quickly enough.
That applies to Travis already. I don't see this as a problem for local development either. As an alternative, can we put the files into the module's folder, e.g. |
I guess we had |
That would be this commit, right? c27a2ad Which addressed #91. Over there I wrote:
If I wonder if there's some way around the |
I found this discussion: npm/npm#3849 In short, @rxaviers original problem in #91 might get addressed (locally, per user) by running @rxaviers I think the problem existed in |
@jzaefferer I had a new |
@rxaviers as discussed elsewhere, the point is to test a version that still stored |
Tested using |
Revert "On linux, EACCES open ... BrowserStackLocal error. Fixes browserstack#91" This reverts commit c27a2ad Documents how to avoid the issue described in browserstack#91 by configuring npm properly. Ref browserstack#91 Fixes browserstack#105
Revert "On linux, EACCES open ... BrowserStackLocal error. Fixes browserstack#91" This reverts commit c27a2ad Documents how to avoid the issue described in browserstack#91 by configuring npm properly. Ref browserstack#91 Fixes browserstack#105
When running
browserstack-runner
, currently it seems to dump two files into the working directory,browserstack-run.pid
andBrowserStackLocal
. I don't think either should be there.The text was updated successfully, but these errors were encountered: