[PATCH] tests: Fix typo in check-help output

Philippe Mathieu-Daudé posted 1 patch 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220111175528.22294-1-f4bug@amsat.org
tests/Makefile.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tests: Fix typo in check-help output
Posted by Philippe Mathieu-Daudé 2 years, 3 months ago
Fix typo in 'make check-help' output.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 tests/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 4c564cf7899..3aba6224009 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.34.1

Re: [PATCH] tests: Fix typo in check-help output
Posted by wangyanan (Y) via 2 years, 3 months ago
On 2022/1/12 1:55, Philippe Mathieu-Daudé wrote:
> Fix typo in 'make check-help' output.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   tests/Makefile.include | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 4c564cf7899..3aba6224009 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
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>

Re: [PATCH] tests: Fix typo in check-help output
Posted by Alex Bennée 2 years, 3 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Fix typo in 'make check-help' output.

Queued to testing/next, thanks.

-- 
Alex Bennée

Re: [PATCH] tests: Fix typo in check-help output
Posted by Laurent Vivier 2 years, 3 months ago
Le 11/01/2022 à 18:55, Philippe Mathieu-Daudé a écrit :
> Fix typo in 'make check-help' output.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   tests/Makefile.include | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 4c564cf7899..3aba6224009 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


Applied to my trivial-patches branch.

Thanks,
Laurent