]> Git Repo - u-boot.git/commit - cmd/nvedit.c
env: add the same prefix to error messages to make it detectable by tests
authorQuentin Schulz <[email protected]>
Mon, 9 Jul 2018 17:16:25 +0000 (19:16 +0200)
committerTom Rini <[email protected]>
Fri, 20 Jul 2018 19:55:08 +0000 (15:55 -0400)
commit6c90f62338226040513742921e718058f3273afb
treeb09b257d31ac3e2876ae4fa158e5bc3025737f1c
parentd219415544f099c5e553a556dc277377b9dbf64f
env: add the same prefix to error messages to make it detectable by tests

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 <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Tested-by: Stephen Warren <[email protected]>
cmd/nvedit.c
env/common.c
This page took 0.034538 seconds and 4 git commands to generate.