Skip to content

Commit f9bf4f3

Browse files
committed
---
yaml --- r: 271 b: refs/heads/master c: d04ac4c h: refs/heads/master i: 269: 361ef15 267: dc26ba7 263: 3ccb848 255: f82f5a7 v: v3
1 parent 823c55b commit f9bf4f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d84b8b8f538e8d94aa6eee4056b0e827a39447af
2+
refs/heads/master: d04ac4c348949f9f32294edd7ff8b319fb390ad9

trunk/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/LocalGcdHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void start() throws IOException, InterruptedException {
160160

161161
// create the datastore for the project
162162
ProcessBuilder processBuilder = new ProcessBuilder()
163-
.redirectErrorStream(true)
163+
.redirectError(ProcessBuilder.Redirect.INHERIT)
164164
.directory(new File(gcdFolder, GCD_VERSION));
165165
if (isWindows()) {
166166
processBuilder.command("cmd", "/C", "gcd.cmd", "create", "-p", projectId, projectId);

0 commit comments

Comments
 (0)