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

Fix PatchExecutableAsEchoArgs on Windows #124

Merged
merged 1 commit into from
Apr 28, 2017

Conversation

axw
Copy link
Contributor

@axw axw commented Apr 28, 2017

In the Windows echo-args script, we were
still using the relative path for .out and
.exitcodes files. Use %~f0 to get the full
path to the script.

Also, write the .exitcodes file to the
correct location, and remove the AddCleanup
calls (which were cleaning up temporary
files that will be removed by gocheck.)

In the Windows echo-args script, we were
still using the relative path for .out and
.exitcodes files. Use %~f0 to get the full
path to the script.

Also, write the .exitcodes file to the
correct location, and remove the AddCleanup
calls (which were cleaning up temporary
files that will be removed by gocheck.)
Copy link
Contributor

@babbageclunk babbageclunk left a comment

Choose a reason for hiding this comment

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

Looks great!

@axw
Copy link
Contributor Author

axw commented Apr 28, 2017

$$merge$$

@jujubot
Copy link
Contributor

jujubot commented Apr 28, 2017

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing

@jujubot jujubot merged commit 26eb180 into juju:master Apr 28, 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.

3 participants