]> git.proxmox.com Git - mirror_qemu.git/commit
docker: Don't start a container that doesn't exist
authorFam Zheng <famz@redhat.com>
Tue, 19 Jul 2016 13:20:44 +0000 (21:20 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 20 Jul 2016 11:19:43 +0000 (19:19 +0800)
commitff31e2256d7c984d3c4aa06f38ecd54c5138549d
tree1c40ed2693fcc975420cd588121f5ca5927e1629
parent4b08af6019ab9c5cb78cb910a42d27a2d441f7fe
docker: Don't start a container that doesn't exist

Image building targets are dependencies of test running targets, so when
a docker image doesn't exist, it means it's skipped (due to dependency
checks in pre script). Therefore, skip the test too.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1468934445-32183-10-git-send-email-famz@redhat.com
tests/docker/Makefile.include