Fix PatchExecutableAsEchoArgs on Windows #124

Merged
merged 1 commit into from Apr 28, 2017

Conversation

Projects
None yet
3 participants
Member

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.)

Fix PatchExecutableAsEchoArgs on Windows
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.)

Looks great!

Member

axw commented Apr 28, 2017

$$merge$$

Contributor

jujubot commented Apr 28, 2017

@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