Add FAILED: prefix to RBE Fatal error message" am: 907bbdfc9f
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15625816 Change-Id: If65b22f21e7b46113800525668598d63020c26fe
This commit is contained in:
commit
46d4a14089
|
@ -81,7 +81,7 @@ func startRBE(ctx Context, config Config) {
|
|||
cmd := Command(ctx, config, "startRBE bootstrap", rbeCommand(ctx, config, bootstrapCmd))
|
||||
|
||||
if output, err := cmd.CombinedOutput(); err != nil {
|
||||
ctx.Fatalf("rbe bootstrap failed with: %v\n%s\n", err, output)
|
||||
ctx.Fatalf("Unable to start RBE reproxy\nFAILED: RBE bootstrap failed with: %v\n%s\n", err, output)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue