diff options
author | Liam Merwick | 2019-06-28 15:08:37 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-07-03 17:23:39 +0200 |
commit | 2cd925dac80d708d01f124b26de52fb447a333aa (patch) | |
tree | 7783ef12151001657accf4ea01fa282cca052879 /docs | |
parent | VirtIO-RNG: Update default entropy source to `/dev/urandom` (diff) | |
download | qemu-2cd925dac80d708d01f124b26de52fb447a333aa.tar.gz qemu-2cd925dac80d708d01f124b26de52fb447a333aa.tar.xz qemu-2cd925dac80d708d01f124b26de52fb447a333aa.zip |
docs/devel/testing: Fix typo in dockerfile path
Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <1561727317-30655-1-git-send-email-liam.merwick@oracle.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index da2d0fc964..3ef50a61db 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -327,7 +327,7 @@ Images ------ Along with many other images, the ``min-glib`` image is defined in a Dockerfile -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker`` +in ``tests/docker/dockerfiles/``, called ``min-glib.docker``. ``make docker`` command will list all the available images. To add a new image, simply create a new ``.docker`` file under the |