
30 Jun
2018
30 Jun
'18
6:19 a.m.
On 29 June 2018 at 00:41, Quentin Schulz quentin.schulz@bootlin.com wrote:
The error message should start with `## Error: ` so that it's easily detectable by tests without needing to have a complex regexp for matching all possible error message patterns.
Let's add the `## Error: ` prefix to the error messages since it's the one already in use.
Suggested-by: Stephen Warren swarren@wwwdotorg.org Signed-off-by: Quentin Schulz quentin.schulz@bootlin.com
added in v5
cmd/nvedit.c | 12 ++++++++---- env/common.c | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org