Jakub Czapiga has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54367 )
Change subject: util/testing/Makefile.inc: Add new line as help section separator ......................................................................
util/testing/Makefile.inc: Add new line as help section separator
coreboot test targets help section was missing an empty line at the end. This caused the next help section to be visually merged with it. Empty line makes help output more aesthetic.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: I2f7202b0a636f62b60788215058611c9c86183de --- M util/testing/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/54367/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index a8910ee..0d1053a 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -10,6 +10,7 @@ @echo ' test-abuild - basic: Builds all platforms' @echo ' test-payloads - basic: Builds internal payloads' @echo ' test-cleanup - basic: Cleans coreboot directories' + @echo
# junit.xml is a helper target to wrap builds that don't create junit.xml output # BLD = The name of the build