17119: Merge branch 'master' into 17119-use-group-contents
[arvados.git] / lib / boot / cmd.go
index 373613bb35d7c30d5803df0e6b6cc4b02cf4f410..963d16226b343341cdf3394af646097b498b9b1c 100644 (file)
@@ -112,6 +112,7 @@ func (bcmd bootCommand) run(ctx context.Context, prog string, args []string, std
                        // ensuing "context cancelled" error, though:
                        // return nil to indicate successful startup.
                        _ = super.Wait()
+                       fmt.Fprintln(stderr, "PASS - all services booted successfully")
                        return nil
                }
        }