service/example/runner: write std out, std err to files.

This commit is contained in:
Daniel Theophanes
2015-03-28 23:46:22 -07:00
parent 0dd4771d9c
commit 842e0b7dbc
2 changed files with 26 additions and 5 deletions
+4 -1
View File
@@ -11,5 +11,8 @@
"GOROOT_BOOTSTRAP=C:\\dev\\go_ready",
"HOMEDRIVE=C:",
"HOMEPATH=\\Documents and Settings\\Administrator"
]
],
"Stderr": "C:\\builder_err.log",
"Stdout": "C:\\builder_out.log"
}