Re: [PATCH v1 05/11] tests/docker: add docs FEATURE flag and use for test-misc

2020-04-10 Thread Richard Henderson
On 4/9/20 2:15 PM, Alex Bennée wrote: > The test-misc docker test fails on a number of images which don't have > the prerequisites to build the docs. Use the FEATURES flag so we can > skip those tests. > > As the sphinx test fails to detect whatever feature we need to get > hxtool to work we drop

Re: [PATCH v1 05/11] tests/docker: add docs FEATURE flag and use for test-misc

2020-04-10 Thread Philippe Mathieu-Daudé
On 4/9/20 11:15 PM, Alex Bennée wrote: The test-misc docker test fails on a number of images which don't have the prerequisites to build the docs. Use the FEATURES flag so we can skip those tests. As the sphinx test fails to detect whatever feature we need to get hxtool to work we drop them from

[PATCH v1 05/11] tests/docker: add docs FEATURE flag and use for test-misc

2020-04-09 Thread Alex Bennée
The test-misc docker test fails on a number of images which don't have the prerequisites to build the docs. Use the FEATURES flag so we can skip those tests. As the sphinx test fails to detect whatever feature we need to get hxtool to work we drop them from debian9 so the windows build doesn't att