Re: [Qemu-devel] [PATCH v3 05/13] docker: Add common.rc

2016-03-15 Thread Fam Zheng
On Fri, 03/11 16:06, Alex Bennée wrote: > > Fam Zheng writes: > > > "requires" checks the "FEATURE" environment for specified prerequisits, > > and skip the execution of test if not found. > > You also add a build_qemu function which you should mention. Will mention it. Thanks, Fam > > Othe

Re: [Qemu-devel] [PATCH v3 05/13] docker: Add common.rc

2016-03-11 Thread Alex Bennée
Fam Zheng writes: > "requires" checks the "FEATURE" environment for specified prerequisits, > and skip the execution of test if not found. You also add a build_qemu function which you should mention. Otherwise have a: Reviewed-by: Alex Bennée > > Signed-off-by: Fam Zheng > --- > tests/doc

[Qemu-devel] [PATCH v3 05/13] docker: Add common.rc

2016-03-04 Thread Fam Zheng
"requires" checks the "FEATURE" environment for specified prerequisits, and skip the execution of test if not found. Signed-off-by: Fam Zheng --- tests/docker/common.rc | 31 +++ 1 file changed, 31 insertions(+) create mode 100755 tests/docker/common.rc diff --git a