From cffeca4f1e3c8de10a55aaf023de287448db8213 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Fri, 14 Apr 2023 17:41:40 +0200 Subject: [PATCH] tests: fix test-help formatting Type: improvement Change-Id: Ib7703359b998456bff88caee88c2734c7724bc09 Signed-off-by: Klement Sekera --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 44187408440..41d28f9f772 100644 --- a/test/Makefile +++ b/test/Makefile @@ -395,7 +395,7 @@ help: @echo " retest-all - run functional and extended tests" @echo " retest-all-debug - run functional and extended tests (debug build)" @echo " test-cov - generate code coverage report for test framework" - @echo " test-gcov - build and run functional tests (gcov build)" + @echo " test-gcov - build and run functional tests (gcov build)" @echo " test-wipe - wipe (temporary) files generated by unit tests" @echo " test-wipe-cov - wipe code coverage report for test framework" @echo " test-wipe-papi - rebuild vpp_papi sources" -- 2.16.6