aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-05-23 17:37:51 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-22 17:30:25 +0400
commit05af039d1e0baec1e1577701ec8309313f832f06 (patch)
tree7e4da4a0864677cabab86068bf8c1b0a45e8ff5a /Makefile
parent9459f754134bb786edf85ca9fc00f1805e67bd74 (diff)
downloadqemu-05af039d1e0baec1e1577701ec8309313f832f06.zip
qemu-05af039d1e0baec1e1577701ec8309313f832f06.tar.gz
qemu-05af039d1e0baec1e1577701ec8309313f832f06.tar.bz2
tests/docker: add podman support
Allow to specify the container engine to run with ENGINE variable. By default, ENGINE=auto and will select either podman or docker. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 574fede..ae17a83 100644
--- a/Makefile
+++ b/Makefile
@@ -1157,7 +1157,7 @@ endif
@echo ''
@echo 'Test targets:'
@echo ' check - Run all tests (check-help for details)'
- @echo ' docker - Help about targets running tests inside Docker containers'
+ @echo ' docker - Help about targets running tests inside containers'
@echo ' vm-help - Help about targets running tests inside VM'
@echo ''
@echo 'Documentation targets:'