summaryrefslogtreecommitdiffstats
path: root/tests/docker/Makefile.include
diff options
context:
space:
mode:
authorAlex Bennée2021-05-12 12:20:23 +0200
committerAlex Bennée2021-05-18 10:35:39 +0200
commit8d628d075d5797fc50e2db7a3cd836e2abe5c306 (patch)
tree3762e47828640f476b84d43ef582a2e3505e216e /tests/docker/Makefile.include
parenttests/docker: fix copying of executable in "update" (diff)
downloadqemu-8d628d075d5797fc50e2db7a3cd836e2abe5c306.tar.gz
qemu-8d628d075d5797fc50e2db7a3cd836e2abe5c306.tar.xz
qemu-8d628d075d5797fc50e2db7a3cd836e2abe5c306.zip
tests/docker: make executable an optional argument to "update"
We're going to extend the abilities of the command shortly. Reviewed-by: Willian Rampazzo <willianr@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210512102051.12134-4-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r--tests/docker/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 9f464cb92c..820423d718 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -248,7 +248,7 @@ docker-run: docker-qemu-src
$(if $(EXECUTABLE), \
$(call quiet-command, \
$(DOCKER_SCRIPT) update \
- $(IMAGE) $(EXECUTABLE), \
+ $(IMAGE) --executable $(EXECUTABLE), \
" COPYING $(EXECUTABLE) to $(IMAGE)"))
$(call quiet-command, \
$(DOCKER_SCRIPT) run \