From 9482807f1da6b8a39f691384dd9e3c94589a658f Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Mon, 17 May 2021 12:22:48 +0200 Subject: 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 Change-Id: I2f7202b0a636f62b60788215058611c9c86183de Reviewed-on: https://review.coreboot.org/c/coreboot/+/54367 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg --- util/testing/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index a8910ee68a..0d1053a72f 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -10,6 +10,7 @@ test-help help:: @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 -- cgit v1.2.3