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

2016-10-11 Thread Fam Zheng
On Tue, 10/11 09:49, Alex Bennée wrote: > > Fam Zheng writes: > > > On Mon, 10/03 17:32, 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 >

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

2016-10-11 Thread Alex Bennée
Fam Zheng writes: > On Mon, 10/03 17:32, 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 ++

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

2016-10-11 Thread Fam Zheng
On Mon, 10/03 17:32, 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 v2 2/4] tests/docker: test-build script

2016-10-03 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