Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix PatchExecutableAsEchoArgs on Windows #124
+11
−27
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing |
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
axw commentedApr 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.)