Re: [Qemu-devel] [PATCH 2/3] tests/docker: test-build script

2016-09-22 Thread Fam Zheng
On Thu, 09/22 14:57, Alex Bennée wrote: > Much like test-quick but only builds. This is useful for some of the > build targets like ThreadSanitizer that don't yet pass "make check". > > Signed-off-by: Alex Bennée > --- > tests/docker/test-build | 18 ++ > 1 file changed, 18 inser

[Qemu-devel] [PATCH 2/3] tests/docker: test-build script

2016-09-22 Thread Alex Bennée
Much like test-quick but only builds. This is useful for some of the build targets like ThreadSanitizer that don't yet pass "make check". Signed-off-by: Alex Bennée --- tests/docker/test-build | 18 ++ 1 file changed, 18 insertions(+) create mode 100755 tests/docker/test-build