aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-01-11 18:55:28 +0100
committerLaurent Vivier <laurent@vivier.eu>2022-01-18 12:32:16 +0100
commit6d4c8af321e5d0da919fd946d44abbd61a10b708 (patch)
treea03caa9f083b0691ce7804872534c56682a3f069
parent5df69ab89527618744661d5a45ed85ca3cc7bceb (diff)
downloadqemu-6d4c8af321e5d0da919fd946d44abbd61a10b708.zip
qemu-6d4c8af321e5d0da919fd946d44abbd61a10b708.tar.gz
qemu-6d4c8af321e5d0da919fd946d44abbd61a10b708.tar.bz2
tests: Fix typo in check-help output
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>
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 4c564cf..3aba622 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