[Qemu-devel] [PATCH v2 0/2] docker: Update ubuntu and test-full for more coverage

Fam Zheng posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170907141245.31946-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/docker/dockerfiles/ubuntu.docker | 11 +++--
tests/docker/test-full                 | 82 +++++++++++++++++++++++++++++++---
2 files changed, 84 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH v2 0/2] docker: Update ubuntu and test-full for more coverage
Posted by Fam Zheng 6 years, 7 months ago
v2: Exit if cd failed. [Eric]

Fam Zheng (2):
  docker: Update ubuntu image
  docker: Enable features explicitly in test-full

 tests/docker/dockerfiles/ubuntu.docker | 11 +++--
 tests/docker/test-full                 | 82 +++++++++++++++++++++++++++++++---
 2 files changed, 84 insertions(+), 9 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH v2 0/2] docker: Update ubuntu and test-full for more coverage
Posted by Fam Zheng 6 years, 7 months ago
On Thu, 09/07 22:12, Fam Zheng wrote:
> v2: Exit if cd failed. [Eric]
> 
> Fam Zheng (2):
>   docker: Update ubuntu image
>   docker: Enable features explicitly in test-full

I'll include this in a coming pull request, thanks.

Fam