Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-09 Thread Kevin Wolf
Am 09.07.2012 09:56, schrieb Markus Armbruster: > Blue Swirl writes: > >> On Fri, Jul 6, 2012 at 6:57 AM, Markus Armbruster wrote: >>> Each test litters /tmp with several files: a pid file and two >>> sockets. Tidy up. >>> >>> Signed-off-by: Markus Armbruster >> >> While a nice patch, I don't

Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-09 Thread Markus Armbruster
Blue Swirl writes: > On Fri, Jul 6, 2012 at 6:57 AM, Markus Armbruster wrote: >> Each test litters /tmp with several files: a pid file and two >> sockets. Tidy up. >> >> Signed-off-by: Markus Armbruster > > While a nice patch, I don't think it should belong to this series. Understand, but wha

Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-07 Thread Blue Swirl
On Fri, Jul 6, 2012 at 6:57 AM, Markus Armbruster wrote: > Each test litters /tmp with several files: a pid file and two > sockets. Tidy up. > > Signed-off-by: Markus Armbruster While a nice patch, I don't think it should belong to this series. > --- > tests/libqtest.c | 29

[Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-06 Thread Markus Armbruster
Each test litters /tmp with several files: a pid file and two sockets. Tidy up. Signed-off-by: Markus Armbruster --- tests/libqtest.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/tests/libqtest.c b/tests/libqtest.c index 071b6be..02d0392

Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-05 Thread Markus Armbruster
Kevin Wolf writes: > Am 29.06.2012 17:34, schrieb Markus Armbruster: >> Each test litters /tmp with several files: a pid file and two >> sockets. Tidy up. >> >> Signed-off-by: Markus Armbruster > > Thanks! Still leaves the files around if a test case fails, but much > better than before. I di

Re: [Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-07-05 Thread Kevin Wolf
Am 29.06.2012 17:34, schrieb Markus Armbruster: > Each test litters /tmp with several files: a pid file and two > sockets. Tidy up. > > Signed-off-by: Markus Armbruster Thanks! Still leaves the files around if a test case fails, but much better than before. Kevin

[Qemu-devel] [PATCH 05/32] qtest: Tidy up temporary files properly

2012-06-29 Thread Markus Armbruster
Each test litters /tmp with several files: a pid file and two sockets. Tidy up. Signed-off-by: Markus Armbruster --- tests/libqtest.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/tests/libqtest.c b/tests/libqtest.c index 071b6be..02d0392