Re: [PATCH] tests/qtest/cxl-test: Remove temporary directories after testing

2022-10-17 Thread Jonathan Cameron via
> > Cc: Laurent Vivier ; Michael S . Tsirkin > > > > Subject: [PATCH] tests/qtest/cxl-test: Remove temporary directories after > > testing > > > > The cxl-test leaves some temporary directories behind. Let's clean them up > > now! > > > > Signed-o

RE: [PATCH] tests/qtest/cxl-test: Remove temporary directories after testing

2022-10-17 Thread Zhang, Chen
> -Original Message- > From: Qemu-devel > On Behalf Of Thomas Huth > Sent: Wednesday, October 12, 2022 5:15 PM > To: qemu-devel@nongnu.org; Jonathan Cameron > > Cc: Laurent Vivier ; Michael S . Tsirkin > Subject: [PATCH] tests/qtest/cxl-test: Remove tem

[PATCH] tests/qtest/cxl-test: Remove temporary directories after testing

2022-10-12 Thread Thomas Huth
The cxl-test leaves some temporary directories behind. Let's clean them up now! Signed-off-by: Thomas Huth --- tests/qtest/cxl-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/qtest/cxl-test.c b/tests/qtest/cxl-test.c index cbe0fb549b..61f25a72b6 100644 --- a/tests/qtest/cxl-t