Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab2803a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add FAILED: prefix to RBE Fatal error message" am: 2e0598dd am: 13bb117f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1560871

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I00e2cb26eb3e1e3b695ba067cad24f45169f3a58
parents 7a162f28 13bb117f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,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)
	}
}