Re: [Qemu-devel] [PATCH] tests: add drive-mirror qtest

2016-09-06 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] tests: add drive-mirror qtest Type: series Message-id: 1473165001-8333-1-git-send-email-wangji

Re: [Qemu-devel] [PATCH] tests: add drive-mirror qtest

2016-09-06 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] tests: add drive-mirror qtest Type: series Message-id: 1473165001-8333-1-git-send-email-wangji...@huawei.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

Re: [Qemu-devel] [PATCH] tests: add drive-mirror qtest

2016-09-06 Thread WangJie (Captain)
Please ignore this messages, I will send a new one. Thank you On 2016/9/6 20:30, Jie Wang wrote: > Signed-off-by: Jie Wang > --- > tests/Makefile.include| 3 ++ > tests/drive-mirror-test.c | 96 > +++ > 2 files changed, 99 insertions(+) > create

[Qemu-devel] [PATCH] tests: add drive-mirror qtest

2016-09-06 Thread Jie Wang
Signed-off-by: Jie Wang --- tests/Makefile.include| 3 ++ tests/drive-mirror-test.c | 96 +++ 2 files changed, 99 insertions(+) create mode 100755 tests/drive-mirror-test.c diff --git a/tests/Makefile.include b/tests/Makefile.include index 14be4