From c16fe84f07a9d3a04c11ce8a139e13a092b384c2 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 28 Sep 2016 15:31:32 +0800 Subject: docker: Build in a clean directory Currently we configure and build under "$QEMU_SRC/tests/docker" which is dubious. Create a fixed directory (to be friendly to ccache) and change to there before calling build_qemu. Signed-off-by: Fam Zheng Message-Id: <1475047892-11955-1-git-send-email-famz@redhat.com> --- tests/docker/test-full | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/docker/test-full') diff --git a/tests/docker/test-full b/tests/docker/test-full index fd9b798947..05f0d491d1 100755 --- a/tests/docker/test-full +++ b/tests/docker/test-full @@ -13,5 +13,7 @@ . common.rc +cd "$BUILD_DIR" + build_qemu make check $MAKEFLAGS -- cgit v1.2.3-55-g7522