Re: [PATCH] tests: fix conditional for disabling XTS test

2019-10-31 Thread Alex Bennée
Daniel P. Berrangé writes: > The intent is to only enable the XTS test if both CONFIG_BLOCK > and CONFIG_QEMU_PRIVATE_XTS are set to 'y'. > > Signed-off-by: Daniel P. Berrangé Queued to testing/next, thanks. > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] tests: fix conditional for disabling XTS test

2019-10-30 Thread Alex Bennée
Daniel P. Berrangé writes: > The intent is to only enable the XTS test if both CONFIG_BLOCK > and CONFIG_QEMU_PRIVATE_XTS are set to 'y'. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Alex Bennée Tested-by: Alex Bennée > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insert

Re: [PATCH] tests: fix conditional for disabling XTS test

2019-10-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191030151740.14326-1-berra...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

[PATCH] tests: fix conditional for disabling XTS test

2019-10-30 Thread Daniel P . Berrangé
The intent is to only enable the XTS test if both CONFIG_BLOCK and CONFIG_QEMU_PRIVATE_XTS are set to 'y'. Signed-off-by: Daniel P. Berrangé --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 34ec03