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

Modify TestWalk to not require the CWD be writable #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Modify TestWalk to not require the CWD be writable #6

wants to merge 1 commit into from

Conversation

minusnine
Copy link

We add a flag to specify the directory in which directory and file
creation should be made. This presents a workaround to the assumption
that the current working directory is writable.

We add a flag to specify the directory in which directory and file
creation should be made. This presents a workaround to the assumption
that the current working directory is writable.
@kr
Copy link
Owner

kr commented Oct 20, 2014

Hmm, it's not so much an assumption as just the way it works. It's pretty common for a build process to put temporary files in the source directory.

@kr
Copy link
Owner

kr commented Oct 20, 2014

Sorry, heh. I appreciate the patch, I'm just trying to understand the motivation. When is the source directory of this package not writable?

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