Re: [Qemu-devel] [PATCH] docker: test-block: Don't continue if build fails

2017-09-26 Thread Fam Zheng
On Tue, 09/26 08:48, Eric Blake wrote: > On 09/26/2017 06:01 AM, Fam Zheng wrote: > > Report error and exit upon compiling error, otherwise the iotests output > > will be pure noise. > > > > Signed-off-by: Fam Zheng > > --- > > tests/docker/test-block | 2 +- > > 1 file changed, 1 insertion(+),

Re: [Qemu-devel] [PATCH] docker: test-block: Don't continue if build fails

2017-09-26 Thread Eric Blake
On 09/26/2017 06:01 AM, Fam Zheng wrote: > Report error and exit upon compiling error, otherwise the iotests output > will be pure noise. > > Signed-off-by: Fam Zheng > --- > tests/docker/test-block | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake > > diff --gi

[Qemu-devel] [PATCH] docker: test-block: Don't continue if build fails

2017-09-26 Thread Fam Zheng
Report error and exit upon compiling error, otherwise the iotests output will be pure noise. Signed-off-by: Fam Zheng --- tests/docker/test-block | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/test-block b/tests/docker/test-block index 2ca1ce54f6..5624b81827 100