All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests: Fix typo in check-help output
@ 2022-01-11 17:55 Philippe Mathieu-Daudé
  2022-01-12  1:46 ` wangyanan (Y) via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-01-11 17:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Thomas Huth, Philippe Mathieu-Daudé

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] tests: Fix typo in check-help output
  2022-01-11 17:55 [PATCH] tests: Fix typo in check-help output Philippe Mathieu-Daudé
@ 2022-01-12  1:46 ` wangyanan (Y) via
  2022-01-12 14:44 ` Laurent Vivier
  2022-01-12 17:05 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: wangyanan (Y) via @ 2022-01-12  1:46 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: qemu-trivial, Thomas Huth


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>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tests: Fix typo in check-help output
  2022-01-11 17:55 [PATCH] tests: Fix typo in check-help output Philippe Mathieu-Daudé
  2022-01-12  1:46 ` wangyanan (Y) via
@ 2022-01-12 14:44 ` Laurent Vivier
  2022-01-12 17:05 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2022-01-12 14:44 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel; +Cc: qemu-trivial, Thomas Huth

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tests: Fix typo in check-help output
  2022-01-11 17:55 [PATCH] tests: Fix typo in check-help output Philippe Mathieu-Daudé
  2022-01-12  1:46 ` wangyanan (Y) via
  2022-01-12 14:44 ` Laurent Vivier
@ 2022-01-12 17:05 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2022-01-12 17:05 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-trivial, Thomas Huth, qemu-devel


Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

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

Queued to testing/next, thanks.

-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-12 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 17:55 [PATCH] tests: Fix typo in check-help output Philippe Mathieu-Daudé
2022-01-12  1:46 ` wangyanan (Y) via
2022-01-12 14:44 ` Laurent Vivier
2022-01-12 17:05 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.