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

Support a cwd='other' argument in the run command #44

Open
GoogleCodeExporter opened this issue Mar 26, 2015 · 1 comment
Open

Support a cwd='other' argument in the run command #44

GoogleCodeExporter opened this issue Mar 26, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. run('gcc', '-c', 'test.c', cwd='other')

What is the expected output? What do you see instead?

I would expect it to work. Instead, ".deps" gets created in the subdirectory 
and the paths there are wrong.

What version of the product are you using? On what operating system?

1.25 on Linux

Please provide any additional information below.

It seems that fabricate has no support for the "cwd" keyword argument. Adding 
this is fairly trivial, however. The "cwd" keyword argument needs to be passed 
onwards as the first process cwd, instead of the hardcoded '.' that is there 
now.

Original issue reported on code.google.com by [email protected] on 6 Jul 2013 at 5:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants