docker: cleanup temp directory after test
commit08c3f6d57f9a95036eed1eea0571eb47605aaef4
authorPeter Xu <peterx@redhat.com>
Tue, 17 Oct 2017 07:12:46 +0000 (17 15:12 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 20 Oct 2017 06:28:50 +0000 (20 14:28 +0800)
treec3b93173aa9a76a580cea79008b1e4cda1376c9b
parent4b2c6bc563c13f242d92fe4f8f31d22b31788858
docker: cleanup temp directory after test

There are temp directories named "docker-src.*" after doing docker
tests.  I don't see much point in keeping that (it only contains the
qemu.tar which is exactly current tree, and the copied "run" file).
Let's remove it after test finished.

CC: "Alex Bennée" <alex.bennee@linaro.org>
CC: Fam Zheng <famz@redhat.com>
CC: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20171017071247.32355-1-peterx@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/Makefile.include