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
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
"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