Re: [PATCH v3 07/13] tests/vm: remove duplicate 'centos' VM test

2022-07-07 Thread Daniel P . Berrangé
On Thu, Jul 07, 2022 at 12:03:04AM -0400, John Snow wrote: > This is listed twice by accident; we require genisoimage to run the > test, so remove the unconditional entry. > > Signed-off-by: John Snow > Reviewed-by: Thomas Huth > --- > tests/vm/Makefile.include | 2 +- > 1 file changed, 1 inser

[PATCH v3 07/13] tests/vm: remove duplicate 'centos' VM test

2022-07-06 Thread John Snow
This is listed twice by accident; we require genisoimage to run the test, so remove the unconditional entry. Signed-off-by: John Snow Reviewed-by: Thomas Huth --- tests/vm/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vm/Makefile.include b/tests/vm/M