docker: Fix return code of build_qemu()
authorFam Zheng <famz@redhat.com>
Tue, 5 Sep 2017 02:56:09 +0000 (10:56 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 22 Sep 2017 02:20:34 +0000 (10:20 +0800)
commitd8a2f5116dd41c2262efcd83ba9756d5953d9318
tree51a993a316aa7da89023844b1512cbc173591b4f
parent05790dafef187ae1739d71dbd15a3baea2b8f8b1
docker: Fix return code of build_qemu()

Without "set -e", the "&&" makes sure that the return code reflects the
result status, and that make only runs if configure succeeds.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170905025614.579-2-famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Based-on: 20170905021201.25684-1-famz@redhat.com
tests/docker/common.rc