Re: [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example

2021-02-04 Thread Alex Bennée
Cleber Rosa writes: > The ":avocado: enable" is not necessary and was removed in 9531d26c, > so let's remove from the docs. > > Signed-off-by: Cleber Rosa Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example

2021-02-03 Thread Philippe Mathieu-Daudé
On 2/3/21 6:23 PM, Cleber Rosa wrote: > The ":avocado: enable" is not necessary and was removed in 9531d26c, > so let's remove from the docs. > > Signed-off-by: Cleber Rosa > --- > docs/devel/testing.rst | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example

2021-02-03 Thread Cleber Rosa
The ":avocado: enable" is not necessary and was removed in 9531d26c, so let's remove from the docs. Signed-off-by: Cleber Rosa --- docs/devel/testing.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index 809af69725..209f9d8172 100644 ---