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

Commit 907bbdfc authored by Treehugger Robot's avatar Treehugger Robot Committed by Kousik Kumar
Browse files

Add FAILED: prefix to RBE Fatal error message"

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

Bug: b/195592452
Change-Id: I00e2cb26eb3e1e3b695ba067cad24f45169f3a58
(cherry picked from commit ab2803a8)
Merged-In: Ie0c9acee2739acf149384e33804b5fca3273c24f
parent 3c125769
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
	}
}