Re: [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test

2016-10-30 Thread Fam Zheng
On Fri, 10/28 17:33, Alex Bennée wrote: > This is useful for checking an appropriately updated cross-arch docker > actually starts without having to do a full build. Can we call it "test-pass"? Fam > > Signed-off-by: Alex Bennée > --- > tests/docker/test-user | 18 ++ > 1 file

[Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test

2016-10-28 Thread Alex Bennée
This is useful for checking an appropriately updated cross-arch docker actually starts without having to do a full build. Signed-off-by: Alex Bennée --- tests/docker/test-user | 18 ++ 1 file changed, 18 insertions(+) create mode 100755 tests/docker/test-user diff --git a/tests