37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
|
|
From a7fbe006d0863d4228bed30e0c5125a2a2ead8d2 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Wed, 20 Nov 2024 13:37:02 +0800
|
||
|
|
Subject: [PATCH] tests: Fix typo in check-help output
|
||
|
|
MIME-Version: 1.0
|
||
|
|
Content-Type: text/plain; charset=UTF-8
|
||
|
|
Content-Transfer-Encoding: 8bit
|
||
|
|
|
||
|
|
cherry picked from commit 6d4c8af321e5d0da919fd946d44abbd61a10b708
|
||
|
|
|
||
|
|
Fix typo in 'make check-help' output.
|
||
|
|
|
||
|
|
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
|
||
|
|
Message-Id: <20220111175528.22294-1-f4bug@amsat.org>
|
||
|
|
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
||
|
|
Signed-off-by: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
---
|
||
|
|
tests/Makefile.include | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/tests/Makefile.include b/tests/Makefile.include
|
||
|
|
index 4c564cf789..3aba622400 100644
|
||
|
|
--- a/tests/Makefile.include
|
||
|
|
+++ b/tests/Makefile.include
|
||
|
|
@@ -23,7 +23,7 @@ endif
|
||
|
|
@echo " $(MAKE) check-clean Clean the tests and related data"
|
||
|
|
@echo
|
||
|
|
@echo "The following are useful for CI builds"
|
||
|
|
- @echo " $(MAKE) check-build Build most test binaris"
|
||
|
|
+ @echo " $(MAKE) check-build Build most test binaries"
|
||
|
|
@echo " $(MAKE) get-vm-images Downloads all images used by avocado tests, according to configured targets (~350 MB each, 1.5 GB max)"
|
||
|
|
@echo
|
||
|
|
@echo
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|