diff mbox series

[v1,12/26] tests/vm: Add missing variables on help

Message ID 20190530101603.22254-13-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next queue (iotests, docker, tests/vm) | expand

Commit Message

Alex Bennée May 30, 2019, 10:15 a.m. UTC
From: Wainer dos Santos Moschetta <wainersm@redhat.com>


Added description of variables missing on vm-test help.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

Message-Id: <20190329210804.22121-6-wainersm@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 tests/vm/Makefile.include | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé May 31, 2019, 6:45 a.m. UTC | #1
On 5/30/19 12:15 PM, Alex Bennée wrote:
> From: Wainer dos Santos Moschetta <wainersm@redhat.com>

> 

> Added description of variables missing on vm-test help.

> 

> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>

> Message-Id: <20190329210804.22121-6-wainersm@redhat.com>

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  tests/vm/Makefile.include | 8 ++++++--

>  1 file changed, 6 insertions(+), 2 deletions(-)

> 

> diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include

> index 6f82676306d..c59411bee01 100644

> --- a/tests/vm/Makefile.include

> +++ b/tests/vm/Makefile.include

> @@ -21,9 +21,13 @@ vm-test:

>  	@echo "  vm-clean-all                    - Clean up VM images"

>  	@echo

>  	@echo "Special variables:"

> -	@echo "    BUILD_TARGET=foo		 - override the build target"

> -	@echo "    TARGET_LIST=a,b,c    	 - Override target list in builds."

> +	@echo "    BUILD_TARGET=foo		 - Override the build target"

> +	@echo "    TARGET_LIST=a,b,c    	 - Override target list in builds"

>  	@echo '    EXTRA_CONFIGURE_OPTS="..."'

> +	@echo "    J=[0..9]*            	 - Override the -jN parameter for make commands"

> +	@echo "    DEBUG=1              	 - Enable verbose output on host and interactive debugging"

> +	@echo "    V=1				 - Enable verbose ouput on host and guest commands"

> +	@echo "    QEMU=/path/to/qemu		 - Change path to QEMU binary"

>  

>  vm-build-all: $(addprefix vm-build-, $(IMAGES))

>  

> 


Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 6f82676306d..c59411bee01 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -21,9 +21,13 @@  vm-test:
 	@echo "  vm-clean-all                    - Clean up VM images"
 	@echo
 	@echo "Special variables:"
-	@echo "    BUILD_TARGET=foo		 - override the build target"
-	@echo "    TARGET_LIST=a,b,c    	 - Override target list in builds."
+	@echo "    BUILD_TARGET=foo		 - Override the build target"
+	@echo "    TARGET_LIST=a,b,c    	 - Override target list in builds"
 	@echo '    EXTRA_CONFIGURE_OPTS="..."'
+	@echo "    J=[0..9]*            	 - Override the -jN parameter for make commands"
+	@echo "    DEBUG=1              	 - Enable verbose output on host and interactive debugging"
+	@echo "    V=1				 - Enable verbose ouput on host and guest commands"
+	@echo "    QEMU=/path/to/qemu		 - Change path to QEMU binary"
 
 vm-build-all: $(addprefix vm-build-, $(IMAGES))